C# (CSharp) Pchp.Library.PerlRegex Namespace

Classes

Name Description
Capture Represents the results from a single subexpression capture. The object represents one substring for a single successful capture.
Group Represents the results from a single capturing group. A capturing group can capture zero, one, or more strings in a single match because of quantifiers, so Group supplies a collection of Capture objects.
Match Represents the results from a single regular expression match.
MatchSparse
RegexBoyerMoore
RegexCode
RegexFC
RegexFCD
RegexInterpreter
RegexMatchTimeoutException This is the exception that is thrown when a RegEx matching timeout occurs.
RegexNode
RegexParser
RegexPrefix
RegexReplacement
RegexRunner
RegexRunnerFactory
RegexTree
RegexWriter
SR Temporary resources for .NET Regex implementation.