[This is preliminary documentation and subject to change.]


Namespace: System.Languages
Assembly: PEGTest (in PEGTest.exe)

Syntax

Visual Basic (Declaration)
Public Function Regex( _ 
   ByVal name As String,  _ 
   ByVal pattern As String,  _ 
   ByVal options As RegexOptions _ 
) As Select
C#
public Select Regex(
   string name,
   string pattern,
   RegexOptions options
)
C++
public:
 Select Regex(
   String name,
   String pattern,
   RegexOptions options
) sealed 
J#
public Select Regex(
   string name,
   string pattern,
   RegexOptions options
)
JScript
public  function Regex(
   name : String,
   pattern : String,
   options : RegexOptions
) : Select

See Also