Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
A collection of utility functions
This function returns the string in camelCase.
This function returns the string with the first character capitalized.
This function returns the string in CONSTANT_CASE.
This function returns a formatted string.
This function returns a formatted string.
This function returns a html safe string.
This function returns a boolean indicating if str is alphabetic.
This function returns a boolean indicating if str is alphanumeric.
This function returns a boolean indicating if str1 and str2 are anagrams.
This function returns a boolean indicating if str is camel case.
This function returns a boolean indicating if str is constant case.
This function returns a boolean indicating if str is kebab case.
This function returns a boolean indicating if str is lowercase.
This function returns a boolean indicating if str is numeric.
This function returns a boolean indicating if str is a palindrome.
This function returns a boolean indicating if str is pascal case.
This function returns a boolean indicating if str is snake case.
This function returns a boolean indicating if str is title case.
This function returns a boolean indicating if str is uppercase.
This function returns the string in kebab-case.
This function returns the string with all characters replaced with maskChar.
This function returns the string with extra whitespace removed.
This function returns the string in PascalCase.
This function returns the string with extra whitespace removed.
This function returns the string with non-alpha characters removed.
This function returns the string with non-alphanumeric characters removed.
This function returns the string with non-numeric characters removed.
This function returns the string without the prefix.
This function returns the string without the suffix.
This function returns the string with whitespace removed.
This function returns the string in reverse.
This function returns the string in snake_case.
This function returns the string in Title Case.
This function returns the total occurrences of subStr in str.
This function returns the string truncated to maxLength with suffix appended.
This function returns a xss safe string.
This function returns the string in camelCase.
This function returns the string with the first character capitalized.
This function returns the string in CONSTANT_CASE.
This function returns a formatted string.
This function returns a formatted string.
This function returns a html safe string.
This function returns a boolean indicating if str is alphabetic.
This function returns a boolean indicating if str is alphanumeric.
This function returns a boolean indicating if str1 and str2 are anagrams.
This function returns a boolean indicating if str is camel case.
This function returns a boolean indicating if str is constant case.
This function returns a boolean indicating if str is kebab case.
This function returns a boolean indicating if str is lowercase.
This function returns a boolean indicating if str is numeric.
This function returns a boolean indicating if str is a palindrome.
This function returns a boolean indicating if str is pascal case.
This function returns a boolean indicating if str is snake case.
This function returns a boolean indicating if str is title case.
This function returns a boolean indicating if str is uppercase.
This function returns the string in kebab-case.
This function returns the string with all characters replaced with maskChar.
This function returns the string with extra whitespace removed.
This function returns the string in PascalCase.
This function returns the string with extra whitespace removed.
This function returns the string with non-alpha characters removed.
This function returns the string with non-alphanumeric characters removed.
This function returns the string with non-numeric characters removed.
This function returns the string without the prefix.
This function returns the string without the suffix.
This function returns the string with whitespace removed.
This function returns the string in reverse.
This function returns the string in snake_case.
This function returns the string in Title Case.
This function returns the total occurrences of subStr in str.
This function returns the string truncated to maxLength with suffix appended.
This function returns a xss safe string.