Caravan Documentation
    Preparing search index...

    Function validBase64

    • Validate whether the given string is base64.

      • Valid base64 consists of whole groups of 4 characters containing a-z, A-Z, 0-9, +, or /. The end of the string may be padded with == or = to complete the four character group.

      Parameters

      • inputString: string

      Returns boolean