kaven-basic - v6.0.0
    Preparing search index...

    Function EncodeByRFC3986

    • Encodes a string according to RFC 3986 specifications.

      This function first applies encodeURIComponent to the input string, then further encodes the characters !, *, (, ), and ' to ensure full compliance with RFC 3986.

      Parameters

      • str: string

        The input string to encode.

      Returns string

      The RFC 3986-compliant encoded string.

      1.1.6

      2021-12-07