Mono Class Library: Overview

System.Text.RegularExpressions.Regex: Members

The members of System.Text.RegularExpressions.Regex are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Fields

capnamesHashtable. Documentation for this section has not yet been entered.
capsHashtable. Documentation for this section has not yet been entered.
capsizeint. Documentation for this section has not yet been entered.
capsliststring[]. Documentation for this section has not yet been entered.
factoryRegexRunnerFactory. Documentation for this section has not yet been entered.
patternstring. Documentation for this section has not yet been entered.
roptionsRegexOptions. Documentation for this section has not yet been entered.

Public Properties

static
CacheSizeint. Documentation for this section has not yet been entered.
[read-only]
OptionsRegexOptions. Documentation for this section has not yet been entered.
[read-only]
RightToLeftbool. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

System.Runtime.Serialization.ISerializable.GetObjectDataDocumentation for this section has not yet been entered.