Skip to main content

CreationDescribeInvalidCharacters

Callable

  • CreationDescribeInvalidCharacters(value, allowedCharRegex): string

  • Returns a list of invalid characters based on an allowed-char regex.


    Parameters

    • value: string

      The input value to check

    • allowedCharRegex: RegExp

      Regex that matches allowed characters

    Returns string

    • A comma-separated list of invalid characters