1.0.15 • Published 3 years ago

@jaems/strutils v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

3 years ago

1.1.0-beta.4

3 years ago

1.1.0-beta.3

3 years ago

1.1.0-beta.1

3 years ago

1.1.0-beta.0

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago