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