1.0.0 • Published 5 years ago
all-unicode-regex v1.0.0
All Unicode Regex 
A regex which matches all unicode characters.
Install
npm install all-unicode-regex
Usage
const allUnicodeRegex = require("all-unicode-regex");
"ağŸ˜ƒä¸æ–‡".replace(allUnicodeRegex, ".");
//=> '....'
API
allUnicodeRegex
1.0.0
5 years ago