Create(String,WildcardOptions) Method
See Also 
SourceCode.Text.RegularExpressions Namespace > Wildcard Class > Create Method : Create(String,WildcardOptions) Method



pattern
options

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function Create( _
   ByVal pattern As String, _
   ByVal options As WildcardOptions _
) As Wildcard
Visual Basic (Usage) Copy Code
Dim pattern As String
Dim options As WildcardOptions
Dim value As Wildcard
 
value = Wildcard.Create(pattern, options)
C#  
public static Wildcard Create( 
   string pattern,
   WildcardOptions options
)
C++/CLI  
public:
static Wildcard^ Create( 
   String^ pattern,
   WildcardOptions options
) 

Parameters

pattern
options

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also