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]

/jsmp-infra-string-array-modification/

    Package Sidebar

    Install

    npm i jsmp-infra-string-array-modification

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    3.05 kB

    Total Files

    11

    Last publish

    Collaborators

    • tanyakh