[Home]
>
String
String
Capitalize a string
Check if a string consists of a repeated character sequence
Check if a path is relative
Check if a URL is absolute
Check if two strings are anagram
Check if a string is a palindrome
Convert a letter to associate emoji
Convert a base64 encoded string to an uint8 array
Convert a string to URL slug
Convert a string to camelCase
Convert an uint8 array to a base64 encoded string
Convert a string to PascalCase
Convert a Windows file path to Unix path
Convert camelCase to kebab-case and vice versa
Convert the name of an Excel column to number
Count the number of words in a string
Convert snake_case to camelCase
Decapitalize a string
Count the occurrences of a character in a string
Decode HTML entities
Escape HTML special characters
Format a string
Generate a hash of a string
Get the base URL without any parameters
Get the file extension from a file name
Get the length of a string in bytes
Get the number of a character in a string
Get the file name from a URL
Make the first character of a string lowercase
Prepend a line number to each line of a text document
Normalize file path slashes
Remove duplicate lines of a text document
Remove empty lines of a text document
Remove spaces from a string
Replace all line breaks with br elements
Repeat a string
Replace all tab characters with spaces
Replace multiple spaces with a single space
Replace the first given number of characters of a string with another character
Reverse the order of lines of a text
Sort the characters of a string in the alphabetical order
Reverse a string
Strip ANSI codes from a string
Sort lines of a text document in the alphabetical order
Swap case of characters in a string
Trim slashes at the beginning and the end of a string
Trim the file extension from a file name
Truncate a string at full words
Trim some character
Unescape HTML special characters
Uppercase the first character of each word in a string