The methods of System.Text.RegularExpressions.Regex are listed below. For a list of all members, see the Regex Members list.
See Also: Inherited members from System.Object
staticCompileToAssembly(RegexCompilationInfo[], System.Reflection.AssemblyName) Documentation for this section has not yet been entered. staticCompileToAssembly(RegexCompilationInfo[], System.Reflection.AssemblyName, System.Reflection.Emit.CustomAttributeBuilder[]) Documentation for this section has not yet been entered. staticCompileToAssembly(RegexCompilationInfo[], System.Reflection.AssemblyName, System.Reflection.Emit.CustomAttributeBuilder[], string) Documentation for this section has not yet been entered. staticEscape(string) : string Documentation 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) : string Documentation for this section has not yet been entered.GroupNumberFromName(string) : int Documentation for this section has not yet been entered.IsMatch(string) : bool Documentation for this section has not yet been entered.IsMatch(string, int) : bool Documentation for this section has not yet been entered. staticIsMatch(string, string) : bool This 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. staticIsMatch(string, string, RegexOptions) : bool Documentation for this section has not yet been entered.Match(string) : Match Documentation for this section has not yet been entered.Match(string, int) : Match Documentation for this section has not yet been entered. staticMatch(string, string) : Match Documentation for this section has not yet been entered.Match(string, int, int) : Match Documentation for this section has not yet been entered. staticMatch(string, string, RegexOptions) : Match Documentation for this section has not yet been entered.Matches(string) : MatchCollection Documentation for this section has not yet been entered.Matches(string, int) : MatchCollection Documentation for this section has not yet been entered. staticMatches(string, string) : MatchCollection Matches an input string against a regular expression. staticMatches(string, string, RegexOptions) : MatchCollection Documentation for this section has not yet been entered.Replace(string, string) : string Documentation for this section has not yet been entered.Replace(string, MatchEvaluator) : string Documentation for this section has not yet been entered.Replace(string, string, int) : string Documentation for this section has not yet been entered. staticReplace(string, string, string) : string Documentation for this section has not yet been entered. staticReplace(string, string, MatchEvaluator) : string Documentation for this section has not yet been entered.Replace(string, MatchEvaluator, int) : string Documentation for this section has not yet been entered.Replace(string, string, int, int) : string Documentation for this section has not yet been entered. staticReplace(string, string, string, RegexOptions) : string Documentation for this section has not yet been entered. staticReplace(string, string, MatchEvaluator, RegexOptions) : string Documentation for this section has not yet been entered.Replace(string, MatchEvaluator, int, int) : string Documentation 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. staticSplit(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. staticSplit(string, string, RegexOptions) : string[] Documentation for this section has not yet been entered. overrideToString() : string Documentation for this section has not yet been entered. staticUnescape(string) : string Documentation for this section has not yet been entered.
InitializeReferences() Documentation for this section has not yet been entered.UseOptionC() : bool Documentation for this section has not yet been entered.UseOptionR() : bool Documentation for this section has not yet been entered.