1.0.15 • Published 5 years ago
@jaems/strutils v1.0.15
Strutils
A tiny library to compile helpful string functions not available in the standard JavaScript library.
Functions:
isString(input)
: parameter input
is checked to see if it's a string. Returns a boolean
.
toTitleCase(input, useRules=false)
: input: string
is converted to title case. By default, all words be title cased. Set optional parameter useRules
to true to not capitalize words commonly used words.
1.1.0-beta.5
5 years ago
1.1.0-beta.4
5 years ago
1.1.0-beta.3
5 years ago
1.1.0-beta.1
5 years ago
1.1.0-beta.0
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago