Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://rbuckton.github.io/regexp-features/
A comparison of Regular Expression features in various languages and libraries.
https://rbuckton.github.io/regexp-features/
Last synced: about 2 months ago
JSON representation
A comparison of Regular Expression features in various languages and libraries.
- Host: GitHub
- URL: https://rbuckton.github.io/regexp-features/
- Owner: rbuckton
- License: bsd-3-clause
- Created: 2021-07-16T01:20:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T02:57:23.000Z (8 months ago)
- Last Synced: 2024-11-08T14:59:05.539Z (2 months ago)
- Language: JavaScript
- Homepage: https://rbuckton.github.io/regexp-features/
- Size: 1.11 MB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-regex - Regular Expression Feature Comparisons - features)]. (Regex engines / Flavor differences)
README
# regexp-features
A comparison of Regular Expression features in various languages and libraries.# Building Locally
The following commands will build the documentation locally:
```sh
npm install
npm run build
```The outputs are in `docs/` in markdown format, and will be rendered as HTML via GitHub Pages
# Contributing
See our [Contribution Guide](CONTRIBUTING.md) for more information on how to contribute.
# License
This project is licensed under the [BSD 3-Clause License](LICENSE) as this work product is intended to inform decisions on future proposals for [ECMAScript](https://tc39.es).