https://github.com/horance-liu/jregex
simple regex engine implements in java8.
https://github.com/horance-liu/jregex
Last synced: 15 days ago
JSON representation
simple regex engine implements in java8.
- Host: GitHub
- URL: https://github.com/horance-liu/jregex
- Owner: horance-liu
- Created: 2018-04-05T00:59:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T05:38:13.000Z (about 7 years ago)
- Last Synced: 2025-04-15T01:16:44.173Z (15 days ago)
- Language: Groovy
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run tests
#### Unix
```bash
$ ./gradlew test
```#### Windows
```bash
$ gradlew.bat test
```