CreationDescribeInvalidCharacters
Callable
Parameters
value: string
The input value to check
allowedCharRegex: RegExp
Regex that matches allowed characters
Returns string
- A comma-separated list of invalid characters
The input value to check
Regex that matches allowed characters
Returns a list of invalid characters based on an allowed-char regex.