class RegexRunner
in global :: System . Text . RegularExpressions
The class is the base class for compiled regular expressions.
public static bool CharInClass( char ch, string charClass )
Used by a object generated by the method. Determines whether a character is in a character class.
chA character to test.charClassThe internal name of a character class.- Returns if the parameter is in the character class specified by the parameter.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.