StringEncodeExtensions extension
String encoding processing extensions
- on
Properties
- base64Decoded → String
-
Available on String, provided by the StringEncodeExtensions extension
Decodes a base64 encoded string back into a regular string. This is the inverse operation of base64 encoding.no setter - base64Encoded → String
-
Available on String, provided by the StringEncodeExtensions extension
Encodes the string into a base64 encoded string. Useful for encoding data that needs to be stored or transferred as plain text.no setter - urlDecoded → String
-
Available on String, provided by the StringEncodeExtensions extension
Decodes a URL-encoded string back into a regular string. This is the inverse operation of URL encoding.no setter - urlEncoded → String
-
Available on String, provided by the StringEncodeExtensions extension
Encodes the string as a URL component, making it safe to include in a URL query. It percent-encodes reserved characters, such as spaces.no setter