1.0.1 • Published 6 years ago

jsmp-infra-awesome-functions v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Set of functions for working with arrays and strings.

Available options:

  • processArray('2', '1', 'sort') - sorts array as string,
  • processArray(1, 2, 3, 'join', 4, 5) - joins rest of the arguments to the base array,
  • processArray(1, 2, 3, 'split', 1) - splits array into smaller depends on third argument, in this case will return [1, 2, 3],

  • processString('qwerty', 'upper') - converts string to lowercase,
  • processString('QWERTY', 'lower') - converts string to uppercase,
  • processString('qwe', 'join', 'r', 't', 'y') - joins rest of the arguments to the base string.
1.0.1

6 years ago

1.0.0

6 years ago