Method ValidCategory
ValidCategory(UnicodeCategory, bool)
Sets the specified character category as valid or invalid for the input.
public abstract ICharValidator ValidCategory(UnicodeCategory cat, bool valid = true)
Parameters
catUnicodeCategoryChar category.
validboolWhether char category is valid or invalid for the input.
Returns
- ICharValidator
Returns this object instance for use in the call sequences.