Function cleanKeySimpleWithSpecials

  • Removes bad chars for a string key (all except number, lowercase ascii7 letters, dash -, underscore _, dot ., pipes |, colons :, tildes ~, hashtags #, and slashes /)

    Parameters

    • s: string

    Returns string

Generated using TypeDoc