Свойство | Type | Description | |
---|---|---|---|
BracketType | BracketType | ||
Category | string | ||
DefaultSeparators | string | ||
IsComplex | bool | ||
IsKeyword | bool | ||
IsMultiLineBracket | bool | ||
IsSeparator | bool | ||
LowerStringPattern | string | ||
MatchingBracket | Pattern | ||
Parent |
Méthode | Description | |
---|---|---|
HasSeparators ( string text, int position ) : bool |
For public use only
|
|
IndexIn ( string text, int startPosition, bool matchCase, string separators ) : |
Returns the index of the pattern in a string
|
|
Pattern ( string pattern, bool iscomplex ) : System.Text.RegularExpressions |
|
|
Pattern ( string pattern, bool iscomplex, bool separator, bool keyword ) : System.Text.RegularExpressions |
|
|
Pattern ( string pattern, bool separator, bool keyword, string escapeChar ) : System.Text.RegularExpressions |
|
Méthode | Description | |
---|---|---|
CharIsSeparator ( string Text, int Position ) : bool | ||
ComplexFind ( string text, int startPosition ) : |
||
ComplexFindKeyword ( string text, int startPosition ) : |
||
Init ( string pattern, bool isComplex, bool separator, bool keyword ) : void | ||
SimpleFind ( string text, int startPosition, bool matchCase ) : |
||
SimpleFindKeyword ( string text, int startPosition, bool matchCase ) : |
public HasSeparators ( string text, int position ) : bool | ||
text | string | |
position | int | |
Résultat | bool |
public IndexIn ( string text, int startPosition, bool matchCase, string separators ) : |
||
text | string | The string in which to find the pattern |
startPosition | int | Start index in the string |
matchCase | bool | true if a case sensitive match should be performed |
separators | string | |
Résultat |
public Pattern ( string pattern, bool iscomplex ) : System.Text.RegularExpressions | ||
pattern | string | |
iscomplex | bool | |
Résultat | System.Text.RegularExpressions |
public Pattern ( string pattern, bool iscomplex, bool separator, bool keyword ) : System.Text.RegularExpressions | ||
pattern | string | |
iscomplex | bool | |
separator | bool | |
keyword | bool | |
Résultat | System.Text.RegularExpressions |
public Pattern ( string pattern, bool separator, bool keyword, string escapeChar ) : System.Text.RegularExpressions | ||
pattern | string | |
separator | bool | |
keyword | bool | |
escapeChar | string | |
Résultat | System.Text.RegularExpressions |
public static string DefaultSeparators | ||
Résultat | string |