C# Class StringBasedFilter.Utils.RegexFromQuery

Exibir arquivo Open project: gro-ove/actools

Public Methods

Method Description
Create ( string query, bool wholeMatch, bool strictMode ) : Regex

Private Methods

Method Description
RegexFromQuery ( ) : System.Text.RegularExpressions

Method Details

Create() public static method

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