frep@0.2.3
Find and replace utility for node.js. Transform strings by running multiple RegExp or string find-and-replace patterns on a string in sequence, reducing the final string to the accumulated result of each transformation. Patterns can be strings (or arrays
2014-07-05
安装 (0.2.3)
npm install frep@0.2.3
yarn add frep@0.2.3
pnpm add frep@0.2.3
bun add frep@0.2.3
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| replacements | ^0.1.1 |
devDependencies (4)
| 包名 | 版本要求 |
|---|---|
| chai | ^1.9.1 |
| mocha | ^1.18.2 |
| underscore.string | ^2.3.3 |
| verb | ^0.2.7 |