✨ Transform String¶
camel2snake
: Convertstring
from camelCase to snake_caseconvert_non_ascii_characters_to_unicode_escape_sequences
: Replace all non ASCII characters with escape unicodedeidentify
: Masks sensitive information of typeinfo_types
intext
detect_language
: Detectstext
languagedetect_sensitive_info
: Detect sensitive information intext
is_email_valid
: Return true ifemail
is validis_phone_number_valid
: Return ifphone_number
is validmarkdown2html
: Convertmarkdown
tohtml
ngram_frequency_similarity
: Calculates n-gram similarity between two stringsparse_url
: Returnurl
partsparse_user_agent
: Parses User Agent strings into several componentsphone_number_info
: Getphone_number
inforemove_accents
: Remove accentsremove_extra_whitespaces
: Remove unwanted whitespacesremove_strings
: Remove any string ofstrings_to_remove
fromstring
remove_words
: Remove any word ofwords_to_remove
fromstring
render_handlebars_template
: Render template with context using handlebars.js templating libraryrender_template
: Render template with context using nunjucks.js templating libraryreplace_special_characters
: Replace most common special characters in astring
withreplacement
translate
: Translatetext
intotarget_language
url_decode
: Decodeurl_encoded_string
xml_extract
: Returns content extracted from XML from given XPATH