#regexp-clone
Clones RegExps with flag preservation
var regexpClone = require('regexp-clone');
var a = /somethin/g;
console.log(a.global); // true
var b = regexpClone(a);
console.log(b.global); // true
| Name |
Last Commit
6d7dca34
–
다른 사용자의 내툰리스트를 볼 수 있는 니툰 기능 구현 완료!
|
History
|
Last Update |
|---|---|---|
| .. | ||
| test | Loading commit data... | |
| .npmignore | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| History.md | Loading commit data... | |
| LICENSE | Loading commit data... | |
| Makefile | Loading commit data... | |
| README.md | Loading commit data... | |
| index.js | Loading commit data... | |
| package.json | Loading commit data... |