📄️ abbrev
The abbrev() function abbreviates a large number with a letter suffix.
📄️ shorten
The shorten() function returns a shortened version of a string if its length is greater than the specified limit..
📄️ formatHex
The formatHex() function Formats a hexadecimal color code string by adding a "#" prefix if it's missing and expanding short-form hex codes to long-form.
📄️ validateHex
The validateHex() function validates a hexadecimal color code string.
📄️ reverseString
The reverseString() function reverses a string.
📄️ isPalindrome
The isPalindrome() function determines whether a string is a palindrome (the string is the same whether it's normal or reversed).
📄️ capitalize
The capitalize() function capitalizes the first letter of a string.