Function isStringEncodedDataUrl

  • 文字列がBase64エンコードされたデータURLかどうか判別

    Detect whether the specified string represents a data URL that encodes UTF-8 string in Base64 format

    Parameters

    • url: string

      URL

    Returns boolean