Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
7
node_modules/astral-regex/readme.md
generated
vendored
7
node_modules/astral-regex/readme.md
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
# astral-regex [](https://travis-ci.org/kevva/astral-regex)
|
||||
|
||||
> Regular expression for matching astral symbols
|
||||
> Regular expression for matching [astral symbols](https://everything2.com/title/astral+plane)
|
||||
|
||||
|
||||
## Install
|
||||
|
|
@ -15,8 +15,11 @@ $ npm install astral-regex
|
|||
```js
|
||||
const astralRegex = require('astral-regex');
|
||||
|
||||
astralRegex({exact: true}).test('');
|
||||
astralRegex({exact: true}).test('🦄');
|
||||
//=> true
|
||||
|
||||
'foo 🦄 💩 bar'.match(astralRegex());
|
||||
//=> ['🦄', '💩']
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue