C# Class StringBasedFilter.Utils.RegexFromQuery

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
Create ( string query, bool wholeMatch, bool strictMode ) : Regex

Private Methods

Méthode Description
RegexFromQuery ( ) : System.Text.RegularExpressions

Method Details

Create() public static méthode

public static Create ( string query, bool wholeMatch, bool strictMode ) : Regex
query string
wholeMatch bool
strictMode bool
Résultat System.Text.RegularExpressions.Regex