C# Class SIL.FieldWorks.Filters.ExactCaseInsensitiveLiteralMatcher

Like the base class, but match ignores case.
Inheritance: ExactLiteralMatcher
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
ExactCaseInsensitiveLiteralMatcher ( string target, int ws ) : System

Private Methods

Méthode Description
MatchText ( string p ) : bool

Method Details

ExactCaseInsensitiveLiteralMatcher() public méthode

public ExactCaseInsensitiveLiteralMatcher ( string target, int ws ) : System
target string
ws int
Résultat System