feat: add url-state-machine to string libraries (#816)

This commit is contained in:
Yagiz Nizipli 2022-08-19 10:11:32 -04:00 committed by GitHub
parent 1a65809c9e
commit 74d8bd275d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -484,6 +484,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [sprintf.js](https://github.com/alexei/sprintf.js) - A sprintf implementation.
* [url-pattern](https://github.com/snd/url-pattern) - Easier than regex string matching patterns for urls and other strings. Turn strings into data or data into strings.
* [plexis](https://github.com/plexis-js/plexis) - Lo-fi, powerful, community-driven string manipulation library.
* [url-state-machine](https://github.com/anonrig/url-js) - Super fast spec-compliant URL parser state machine for Node.js.
## Number