Mapping > Text > Base64 Decode
Decode a standard base64 string into its UTF-8 source.
Decode a standard base64 string into its UTF-8 source.
Encode a UTF-8 string to its standard base64 representation.
Concatenate two text values
Test substring containment.
Validate and decompose an email address per RFC 5322.
Test whether a string ends with a given suffix.
Join text values with a separator
Get the length of a text
Convert a text to lowercase
Look up a number from a string via a static mapping table.
Pad a string to a minimum character count by repeating a single fill character.
Validate and format a phone number using libphonenumber.
Generate a random text
Generate a random unique identifier
Capture element from a text using regexp
Replace a text match with another text
Reverse a string by character (Unicode-safe).
Decode a 22-char base64 ShortGuid back into the canonical 36-char UUID.
Slugify a string into a URL-safe form.
Split a text into a list of text values
Test whether a string begins with a given prefix.
Slice a substring out of a string by character indices.
Template text using placeholders
Re-case a string into camelCase, PascalCase, snake_case, kebab-case, and more.
Strip whitespace from the start, end, or both sides of a string.
Cap the output to a maximum number of characters with an optional ellipsis.
Convert a text to uppercase
Encode a canonical UUID into the 22-char base64 ShortGuid form.