RegexExtensions Class
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Strings.Extensions |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Keywords | Static |
| Inheritance | Object |
Class with extension methods for working with regular expressions.
public static class RegexExtensions { }
Methods
|
IsMatch(string, string, out Match)
(static)
Indicates whether the specified regular expression finds a match in the specified input string. |
|
Indicates whether the specified regular expression finds a match in the specified input string. |
|
Indicates whether the specified regular expression finds any matches in the specified input string. |
|
Indicates whether the specified regular expression finds any matches in the specified input string. |