# @jswork/next-array-replace

> Multiple replace for array.

Latest version **1.0.0** (published 2020-11-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @jswork/next-array-replace
pnpm add @jswork/next-array-replace
yarn add @jswork/next-array-replace
bun add @jswork/next-array-replace
```

## 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.0 |
| Published | 2020-11-17 |
| First published | 2020-11-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | afei |
| Maintainers | afeiship |

## Links

- npm: https://www.npmjs.com/package/@jswork/next-array-replace
- Homepage: https://github.com/afeiship/next-array-replace
- npm.io page: https://npm.io/package/@jswork/next-array-replace

## Recent versions

- 1.0.0 (latest) — 2020-11-17

## README

# next-array-replace
> Multiple replace for array.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-array-replace
```

## usage
```js
import '@feizheng/next-array-replace';

const arr= [
  [/a/g,'A'],
  ['hello','world']
];
const str = 'aaa-bbb-1234 hello Fei!';
const res = nx.arrayReplace( str, arr);

// AAA-bbb-1234 world Fei!
```

## license
Code released under [the MIT license](https://github.com/afeiship/next-array-replace/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-array-replace
[version-url]: https://npmjs.org/package/@jswork/next-array-replace

[license-image]: https://img.shields.io/npm/l/@jswork/next-array-replace
[license-url]: https://github.com/afeiship/next-array-replace/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-array-replace
[size-url]: https://github.com/afeiship/next-array-replace/blob/master/dist/next-array-replace.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-array-replace
[download-url]: https://www.npmjs.com/package/@jswork/next-array-replace

---
_Source: https://npm.io/package/@jswork/next-array-replace · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
