# jsmp-infra-string-array-modification

> Package to work with strings and arrays

Latest version **1.0.1** (published 2019-07-22) · ISC license · 0 weekly downloads

## Install

```sh
npm install jsmp-infra-string-array-modification
pnpm add jsmp-infra-string-array-modification
yarn add jsmp-infra-string-array-modification
bun add jsmp-infra-string-array-modification
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2019-07-22 |
| First published | 2019-07-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Tetiana Kharchenko |
| Maintainers | tanyakh |
| Keywords | arrays, strings, concat, show difference, to upper case, to lower case |

## Links

- npm: https://www.npmjs.com/package/jsmp-infra-string-array-modification
- npm.io page: https://npm.io/package/jsmp-infra-string-array-modification

## Dependencies (4)

- [assert](https://npm.io/package/assert.md) ^2.0.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.14
- [cross-env](https://npm.io/package/cross-env.md) ^5.2.0
- [@babel/preset-env](https://npm.io/package/@babel/preset-env.md) ^7.5.5

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2019-07-22
- 1.0.0 — 2019-07-22

## README

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]

---
_Source: https://npm.io/package/jsmp-infra-string-array-modification · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
