







Creates a regex PHP style like /regex/i makes it case insensitive.
Namespace:
Moxiecode.Manager.Utils
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public static Regex CreateRegex( string regex ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function CreateRegex ( _ regex As String _ ) As Regex |
| Visual C++ |
|---|
public: static Regex^ CreateRegex( String^ regex ) |
Parameters
- regex
- Type: System..::.String
Regex to convert.
