Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 364 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 364 Bytes

friendly-regex

The friendly-regex provides useful regular expressions that are frequently used. (ex. email, phone-number, Resident registration number etc.)

Installation

npm i friendly-regex

Usage

// matchers
scriptTagMatcher(exString);

// tester
isScriptTag(exString);

// replacer
scriptTagReplacer(exString, replacerText);