RegexUtils Class
Version 1.1.28
                .NET Framework 4.8
            | Namespace | Skybrud.Essentials.Strings | 
|---|---|
| Assembly | Skybrud.Essentials.dll | 
| Visibility | Public | 
| Keywords | Static | 
| Inheritance | Object | 
Utility class with various static helper methods for working with regular expressions.
public static class RegexUtils { }
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.  |