Base64EncodedString.hasPrefix Function
Returns true if the input starts with Base64EncodedString.prefix indicating it is a well-formed Base64EncodedString.
hasPrefix(str: string): boolean
Parameter | Type | Description |
---|---|---|
str | string |
Returns - boolean
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.