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: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.