|
static void | CompileToAssembly (RegexCompilationInfo[] regexinfos, AssemblyName assemblyname) |
|
static void | CompileToAssembly (RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[]? attributes) |
|
static void | CompileToAssembly (RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[]? attributes, string? resourceFile) |
|
static string | Escape (string str) |
|
static string | Unescape (string str) |
|
static bool | IsMatch (string input, string pattern) |
|
static bool | IsMatch (string input, string pattern, RegexOptions options) |
|
static bool | IsMatch (string input, string pattern, RegexOptions options, TimeSpan matchTimeout) |
|
static Match | Match (string input, string pattern) |
|
static Match | Match (string input, string pattern, RegexOptions options) |
|
static Match | Match (string input, string pattern, RegexOptions options, TimeSpan matchTimeout) |
|
static MatchCollection | Matches (string input, string pattern) |
|
static MatchCollection | Matches (string input, string pattern, RegexOptions options) |
|
static MatchCollection | Matches (string input, string pattern, RegexOptions options, TimeSpan matchTimeout) |
|
static string | Replace (string input, string pattern, string replacement) |
|
static string | Replace (string input, string pattern, string replacement, RegexOptions options) |
|
static string | Replace (string input, string pattern, string replacement, RegexOptions options, TimeSpan matchTimeout) |
|
static string | Replace (string input, string pattern, MatchEvaluator evaluator) |
|
static string | Replace (string input, string pattern, MatchEvaluator evaluator, RegexOptions options) |
|
static string | Replace (string input, string pattern, MatchEvaluator evaluator, RegexOptions options, TimeSpan matchTimeout) |
|
static string[] | Split (string input, string pattern) |
|
static string[] | Split (string input, string pattern, RegexOptions options) |
|
static string[] | Split (string input, string pattern, RegexOptions options, TimeSpan matchTimeout) |
|
Definition at line 13 of file Regex.cs.