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: 26 days ago
JSON representation

A comparison of Regular Expression features in various languages and libraries.

Lists

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).