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