escape string
Escape quotes/slashes helper.
Open →Python-style equivalents for common string, regex, JSON, and formatting operations. Open each dedicated function page for automatic live output and examples.
Viewer Index · Tools Index · 61 functions
Escape quotes/slashes helper.
Open →Convert text bytes to hex.
Open →Decode hexadecimal text to bytes/string.
Open →Convert hexadecimal text to decimal.
Open →Create character(s) from code points.
Open →Read first character code point.
Open →Chunk split style output.
Open →Count character frequencies.
Open →Split by delimiter.
Open →Join line items with delimiter.
Open →Compute edit distance.
Open →Format number with separators.
Open →Parse query string.
Open →Estimate text similarity.
Open →Generate soundex code.
Open →Pad string to target length.
Open →Replace substring occurrences.
Open →Apply ROT13 transform.
Open →Remove HTML tags.
Open →Case-insensitive first index.
Open →First index of substring.
Open →Case-insensitive last index.
Open →Last index of substring.
Open →Substring from case-insensitive match.
Open →Substring from case-sensitive match.
Open →Return string length.
Open →Compare first N characters.
Open →Convert to lowercase.
Open →Convert to uppercase.
Open →Translate text with mapping rules.
Open →Extract section of string.
Open →Count substring occurrences.
Open →Heuristic syllable split.
Open →Trim both sides.
Open →Trim left side.
Open →Trim right side.
Open →Lowercase the first character.
Open →Capitalize first letter.
Open →Title-case words.
Open →Swap letter case.
Open →Case-fold text for matching.
Open →Format placeholders with % style.
Open →Wrap long text to width.
Open →Parse JSON text.
Open →Regex match and groups.
Open →Regex replacement.
Open →Find all regex matches.
Open →Generate MD5 hash.
Open →Format date/time with token pattern.
Open →Left-pad numeric strings with zeros.
Open →Left-justify with fill character.
Open →Right-justify with fill character.
Open →Center text with fill character.
Open →Remove prefix if present.
Open →Remove suffix if present.
Open →Split into 3-tuple at first separator.
Open →Split into 3-tuple at last separator.
Open →Split into line list with optional line endings.
Open →Convert tabs to spaces.
Open →Encode text as Base64.
Open →Decode Base64 text.
Open →