Mono Class Library: Overview

System.Text.RegularExpressions.Regex: Method Members

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

Public Methods

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) : 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.
static
IsMatch(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.
static
IsMatch(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.
static
Match(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.
static
Match(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.
static
Matches(string, string) : MatchCollection
Matches an input string against a regular expression.
static
Matches(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.
static
Replace(string, string, string) : string
Documentation for this section has not yet been entered.
static
Replace(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.
static
Replace(string, string, string, RegexOptions) : string
Documentation for this section has not yet been entered.
static
Replace(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.
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() : string
Documentation for this section has not yet been entered.
static
Unescape(string) : string
Documentation for this section has not yet been entered.

Protected Methods

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.