unicode-astral-regex
Version:
A regex to match astral symbols that supports unicode strings.
25 lines (24 loc) • 608 B
JSON
{
"name": "unicode-astral-regex",
"version": "1.0.1",
"description": "A regex to match astral symbols that supports unicode strings.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sallar/unicode-astral-regex.git"
},
"keywords": [
"regex",
"astral",
"unicode",
"strings",
"string",
"emoji"
],
"author": "Sallar Kaboli <sallar.kaboli@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sallar/unicode-astral-regex/issues"
},
"homepage": "https://github.com/sallar/unicode-astral-regex#readme"
}