An open API service indexing awesome lists of open source software.

https://github.com/marrus-sh/eerie

👂👁 A RegExp‐based IRI parser.
https://github.com/marrus-sh/eerie

coffeescript coffeescript2 javascript rfc-3987 rfc3987

Last synced: 17 days ago
JSON representation

👂👁 A RegExp‐based IRI parser.

Awesome Lists containing this project

README

          

/*
# Eerie #
👂👁 A RegExp‐based IRI parser

___

Copyright (C) 2018 Kyebego

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

The GNU General Public License is available online at
.

___

## Usage:

Simply pass the `RFC3987()` constructor an IRI.

var iri = new RFC3987("http://📙.la/👀");
*/