✨ Transform String¶
camel2snake: Convertstringfrom camelCase to snake_caseconvert_non_ascii_characters_to_unicode_escape_sequences: Replace all non ASCII characters with escape unicodedeidentify: Masks sensitive information of typeinfo_typesintextdetect_language: Detectstextlanguagedetect_sensitive_info: Detect sensitive information intextis_email_valid: Return true ifemailis validis_phone_number_valid: Return ifphone_numberis validngram_frequency_similarity: Calculates n-gram similarity between two stringsparse_url: Returnurlpartsparse_user_agent: Parses User Agent strings into several componentsphone_number_info: Getphone_numberinforemove_accents: Remove accentsremove_extra_whitespaces: Remove unwanted whitespacesremove_strings: Remove any string ofstrings_to_removefromstringremove_words: Remove any word ofwords_to_removefromstringrender_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 astringwithreplacementtranslate: Translatetextintotarget_languageurl_decode: Decodeurl_encoded_stringxml_extract: Returns content extracted from XML from given XPATH