jsmp-infra-string-array-modification

1.0.1 • Public • Published

This package can easily modify string to upper or lower case using lodash library. For example:

modifyString('abs', 'toUpper') === 'ABC'

If you don't pass the second argument it will modify your string to lower case by default.

But that is not all! This package also can modify your array. It can concat it or show differences between two arrays. For example:

modifyArray([1, 2, 3], { array: [1, 2], method: 'difference' }) => [3]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i jsmp-infra-string-array-modification

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

3.05 kB

Total Files

11

Last publish

Collaborators

  • tanyakh