CLI tool for the Ogex regex engine.
```bash
cargo install ogex-cli
```
```bash
ogex test "(name:hello)" "hello world"
ogex find "a+" "banana"
ogex match "abc" "abcdef"
ogex convert "(name:abc)"
ogex replace "(name:\w+)" "[$1]" "hello name:world"
```
MIT