Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibnuh/regex-generator
A web tools to generate regular expressions from set of strings. https://ibnuhx.com/regex-generator
https://github.com/ibnuh/regex-generator
regex regex-engine regex-util
Last synced: 15 days ago
JSON representation
A web tools to generate regular expressions from set of strings. https://ibnuhx.com/regex-generator
- Host: GitHub
- URL: https://github.com/ibnuh/regex-generator
- Owner: ibnuh
- License: mit
- Created: 2018-06-24T04:47:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:34:13.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T15:08:28.911Z (3 months ago)
- Topics: regex, regex-engine, regex-util
- Language: HTML
- Homepage:
- Size: 593 KB
- Stars: 96
- Watchers: 5
- Forks: 18
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Regex Generator
A web tools to generate regular expressions from set of strings.![Regex Generator Screenshot](screenshot.jpg)
## Web
https://ibnuhx.com/regex-generator## Development
```
Clone the repository
``````
npm install
``````
npm run prod
```## Credits
regexgen package by [devongovett/regexgen](https://github.com/devongovett/regexgen)## License
MIT