Validate that the patternSymbol string is a single printable ASCII character, additionally excluding space (32), and DEL (127) leaving the acceptable ASCII range [33, 126].
True if the patternSymbol provided is valid, false otherwise.
The patternSymbol input to validate.
Generated using TypeDoc
Validate that the patternSymbol string is a single printable ASCII character, additionally excluding space (32), and DEL (127) leaving the acceptable ASCII range [33, 126].
Returns
True if the patternSymbol provided is valid, false otherwise.