An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

## Run tests

#### Unix

```bash
$ ./gradlew test
```

#### Windows

```bash
$ gradlew.bat test
```