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.
- Host: GitHub
- URL: https://github.com/marrus-sh/eerie
- Owner: marrus-sh
- License: gpl-3.0
- Created: 2020-08-18T10:32:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T10:32:32.000Z (almost 6 years ago)
- Last Synced: 2025-09-13T11:02:33.656Z (9 months ago)
- Topics: coffeescript, coffeescript2, javascript, rfc-3987, rfc3987
- Language: CoffeeScript
- Homepage: https://go.KIBI.family/Eerie/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.js
- Changelog: CHANGELOG.md
- License: COPYING
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/👀");
*/