You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
Alphabetize a given string.js Initial commit 5 years ago
Capitalize each word in the string.js Initial commit 5 years ago
Check if a string ends with specified suffix.js Initial commit 5 years ago
Check whether a string is blank or not.js Initial commit 5 years ago
Check whether an 'input' is a string or not.js Initial commit 5 years ago
Chop a string into chunks of a specific length.js Initial commit 5 years ago
Concatenate a specific string for a specific number of times.js Initial commit 5 years ago
Convert ASCII to Hexadecimal format.js Initial commit 5 years ago
Convert Hexadecimal to ASCII format.js Initial commit 5 years ago
Convert a string in abbreviated form.js Initial commit 5 years ago
Convert a string into camel case.js Initial commit 5 years ago
Convert a string to title case.js Initial commit 5 years ago
Count the occurrence of a substring in a string.js Initial commit 5 years ago
Create a Zerofilled value with optional +, - sign.js Initial commit 5 years ago
Create a case-insensitive search.js Initial commit 5 years ago
Escape a HTML string.js Initial commit 5 years ago
Escapes special characters for use in HTML.js Initial commit 5 years ago
Find a word within a string.js Initial commit 5 years ago
Formats a number to a human-readable string.js Initial commit 5 years ago
Get a part of string after a specified character.js Initial commit 5 years ago
Get humanized number with the correct suffix.js Initial commit 5 years ago
Get the successor of a string.js Initial commit 5 years ago
Get unique guid of the specified length, or 32 by default.js Initial commit 5 years ago
Hide email addresses to protect from unauthorized user.js Initial commit 5 years ago
Input a string and converts upper case letters to lower and vice versa.js Initial commit 5 years ago
Insert a string within a specific position in another string.js Initial commit 5 years ago
Make a string uncamelize.js Initial commit 5 years ago
Make capitalize the first letter of a string.js Initial commit 5 years ago
Make capitalize the first letter of each word in a string.js Initial commit 5 years ago
Pad (left, right) a string to get to a determined length.js Initial commit 5 years ago
Parameterize a string.js Initial commit 5 years ago
Remove HTML or XML tags from string.js Initial commit 5 years ago
Remove a specific number of characters from a string.js Initial commit 5 years ago
Remove non-printable ASCII chars.js Initial commit 5 years ago
Remove non-word characters.js Initial commit 5 years ago
Remove the first occurrence of a given 'search string' from a string.js Initial commit 5 years ago
Repeat a string a specified times.js Initial commit 5 years ago
Split a string and convert it into an array of.js Initial commit 5 years ago
Strip leading and trailing spaces from a string.js Initial commit 5 years ago
Test case insensitive (except special Unicode characters) string comparison.js Initial commit 5 years ago
Test whether a string ends with a specified string.js Initial commit 5 years ago
Test whether a string starts with a specified string.js Initial commit 5 years ago
Test whether the character at the provided character index is lower case.js Initial commit 5 years ago
Test whether the character at the provided character index is upper case.js Initial commit 5 years ago
Truncate a string if it is longer than the specified number of characters.js Initial commit 5 years ago
Uncapitalize each word in the string.js Initial commit 5 years ago
Uncapitalize the first character of a string.js Initial commit 5 years ago
Uncapitalize the first letter of each word of a string.js Initial commit 5 years ago