static | CompileToAssembly(RegexCompilationInfo[], System.Reflection.AssemblyName)Documentation for this section has not yet been entered. |
static | CompileToAssembly(RegexCompilationInfo[], System.Reflection.AssemblyName, System.Reflection.Emit.CustomAttributeBuilder[])Documentation for this section has not yet been entered. |
static | CompileToAssembly(RegexCompilationInfo[], System.Reflection.AssemblyName, System.Reflection.Emit.CustomAttributeBuilder[], string)Documentation for this section has not yet been entered. |
static | Escape(string) : stringDocumentation for this section has not yet been entered. |
| Finalize()Documentation for this section has not yet been entered. |
| GetGroupNames() : string[]Documentation for this section has not yet been entered. |
| GetGroupNumbers() : int[]Documentation for this section has not yet been entered. |
| GroupNameFromNumber(int) : stringDocumentation for this section has not yet been entered. |
| GroupNumberFromName(string) : intDocumentation for this section has not yet been entered. |
| IsMatch(string) : boolDocumentation for this section has not yet been entered. |
| IsMatch(string, int) : boolDocumentation for this section has not yet been entered. |
static | IsMatch(string, string) : boolThis method uses the given pattern against the input and returns true if it matches. It returns false if the input does not match the pattern. |
static | IsMatch(string, string, RegexOptions) : boolDocumentation for this section has not yet been entered. |
| Match(string) : MatchDocumentation for this section has not yet been entered. |
| Match(string, int) : MatchDocumentation for this section has not yet been entered. |
static | Match(string, string) : MatchDocumentation for this section has not yet been entered. |
| Match(string, int, int) : MatchDocumentation for this section has not yet been entered. |
static | Match(string, string, RegexOptions) : MatchDocumentation for this section has not yet been entered. |
| Matches(string) : MatchCollectionDocumentation for this section has not yet been entered. |
| Matches(string, int) : MatchCollectionDocumentation for this section has not yet been entered. |
static | Matches(string, string) : MatchCollectionMatches an input string against a regular expression. |
static | Matches(string, string, RegexOptions) : MatchCollectionDocumentation for this section has not yet been entered. |
| Replace(string, string) : stringDocumentation for this section has not yet been entered. |
| Replace(string, MatchEvaluator) : stringDocumentation for this section has not yet been entered. |
| Replace(string, string, int) : stringDocumentation for this section has not yet been entered. |
static | Replace(string, string, string) : stringDocumentation for this section has not yet been entered. |
static | Replace(string, string, MatchEvaluator) : stringDocumentation for this section has not yet been entered. |
| Replace(string, MatchEvaluator, int) : stringDocumentation for this section has not yet been entered. |
| Replace(string, string, int, int) : stringDocumentation for this section has not yet been entered. |
static | Replace(string, string, string, RegexOptions) : stringDocumentation for this section has not yet been entered. |
static | Replace(string, string, MatchEvaluator, RegexOptions) : stringDocumentation for this section has not yet been entered. |
| Replace(string, MatchEvaluator, int, int) : stringDocumentation for this section has not yet been entered. |
| Split(string) : string[]Documentation for this section has not yet been entered. |
| Split(string, int) : string[]Documentation for this section has not yet been entered. |
static | Split(string, string) : string[]Documentation for this section has not yet been entered. |
| Split(string, int, int) : string[]Documentation for this section has not yet been entered. |
static | Split(string, string, RegexOptions) : string[]Documentation for this section has not yet been entered. |
override | ToString() : stringDocumentation for this section has not yet been entered. |
static | Unescape(string) : stringDocumentation for this section has not yet been entered. |