Quickly URL-escape a string.

Quickly URL-unescape a string.

Quickly convert a string to HTML entities.

Quickly convert HTML entities to a string.

Quickly convert a string to base64 encoding.

Quickly decode a base64-encoded string.

Quickly construct a netstring from a regular string.

Quickly decode a netstring and output its contents.

Quickly quote a string with backslashes.

Quickly un-quote a backslash-quoted string.

Quickly generate a random string.

Quickly generate a string from the given regular expression.

Quickly extract all regular expression matches from a string.

Quickly check if a string matches a regular expression.

Quickly extract a fragment of a string.

Quickly create an image from a string.

Quickly apply printf (or sprintf) on strings.

Quickly split a string into pieces.

Quickly join strings together.

Quickly filter lines that match a pattern in a multi-line string.

Quickly duplicate a string multiple times.

Quickly reverse a string.

Quickly find and replace parts of a string with a new string.

Quickly truncate a string to the given length.

Quickly left-trim and right-trim a string.

Quickly pad a string on the left side.

Quickly pad a string on the right side.

Quickly align a string to the right.

Quickly center a string.

Quickly sort a list of strings in alphabetical, alphanumerical or numerical order.

Quickly rotate a string to the left or to the right.

Quickly convert a string to ROT13.

Quickly convert a string to ROT47.

Quickly transpose a string.

Quickly fetch a part of a string.

Quickly add a prefix to a string.

Quickly add a suffix to a string.

Quickly add a pair of quotes around a string.

Quickly remove quotes around a string.

Quickly convert spaces to newlines in a string.

Quickly convert newlines to spaces in a string.

Quickly convert spaces to tabs in a string.

Quickly convert tabs to spaces in a string.

Quickly remove empty lines from a string.

Quickly remove spaces, tabs, and newlines from a string.

Quickly remove dots, commas, and other marks from a string.

Quickly calculate a string's length.

Quickly calculate the number of newlines in a string.

Quickly convert a string to a sequence of bytes.

Quickly convert a sequence of bytes to a string.

Quickly convert a string to a binary string.

Quickly convert a binary string to a string.

Quickly convert a string to an octal string.

Quickly convert an octal string to a string.

Quickly convert a string to a decimal string.

Quickly convert a decimal string to a string.

Quickly convert a string to a hexadecimal string.

Quickly convert a hexadecimal string to a string.

Quickly convert a string to ASCII codes.

Quickly convert ASCII codes to a string.

Quickly change the case of characters in a string.

Quickly convert a string to uppercase.

Quickly convert a string to lowercase.

Quickly randomize the case of each letter in a string.

Quickly invert string's case.

Quickly extract string data from a JSON data structure.

Quickly convert a string to a JSON string.

Quickly convert a JSON stringified string to a regular string.

Quickly extract all string data from a HTML page.

Quickly extract all string data from an XML document.

Quickly convert a CSV file to evenly aligned columns of space-separated strings.

Quickly convert strings to a proper CSV file.

Quickly extract all string data from a BBCode markup.

Quickly convert a string to Morse code.

Quickly convert Morse code to a string.

Quickly create a palindrome from a string.

Quickly check if a string is a palindrome.

Quickly generate all monograms of a string.