
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
string-o-matic
Advanced tools
A vibrant toolkit for your text transformations! Whether you're capitalizing, kebob-casing, or hunting for pesky extra spaces, String-o-Matic has got your back. Dive into a textual adventure with the most fun you've ever had with strings.
A vibrant toolkit for your text transformations! Whether you're capitalizing, kebob-casing, or hunting for pesky extra spaces, String-o-Matic has got your back. Dive into a textual adventure with the most fun you've ever had with strings. 🎉📝
capitalize(str)Converts the first character of the given string to uppercase.
str (String): The string to capitalize.allCaps(str)Converts the entire string to uppercase.
str (String): The string to convert.capitalizeWords(str)Capitalizes the first character of each word in the string.
str (String): The string with words to capitalize.capitalizeHeadline(str)Capitalizes the first character of each word in the string, except for certain exceptions (e.g., 'the', 'and').
str (String): The string with words to capitalize.removeExtraSpaces(str)Removes extra spaces from the string.
str (String): The string to process.advancedRemoveExtraSpaces(str)Removes extra spaces and other whitespace characters (e.g., tabs, newlines) from the string.
str (String): The string to process.kebobCase(str)Converts the string to kebob-case.
str (String): The string to convert.snakeCase(str, separator)Converts the string to snake_case or allows for a custom separator.
str (String): The string to convert.separator (String, Optional): The custom separator. Default is "_".camelCase(str)Converts the string to camelCase.
str (String): The string to convert.shift(str, n)Shifts the characters of the string by the specified amount.
str (String): The string to shift.n (Number, Optional): The number of characters to shift. Default is 1.makeHashTag(str)Creates hash tags from the string. If there are more than three words, it picks the three longest words.
str (String): The string to create hash tags from.isEmpty(str)Checks if the string is empty or contains only whitespace characters.
str (String): The string to check.true if the string is empty or contains only whitespace characters, false otherwise.FAQs
A vibrant toolkit for your text transformations! Whether you're capitalizing, kebob-casing, or hunting for pesky extra spaces, String-o-Matic has got your back. Dive into a textual adventure with the most fun you've ever had with strings.
We found that string-o-matic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.