C# Class System.IO.SearchPattern

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
IsMatch ( string text ) : bool
SearchPattern ( string pattern ) : System
SearchPattern ( string pattern, bool ignore ) : System

Private Methods

Méthode Description
Compile ( string pattern ) : void
Match ( Op op, string text, int ptr ) : bool

Method Details

IsMatch() public méthode

public IsMatch ( string text ) : bool
text string
Résultat bool

SearchPattern() public méthode

public SearchPattern ( string pattern ) : System
pattern string
Résultat System

SearchPattern() public méthode

public SearchPattern ( string pattern, bool ignore ) : System
pattern string
ignore bool
Résultat System