diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-10 15:11:22 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-10 15:11:22 +0000 |
commit | 0fe05c77bbe9730112c7e64255c70df4f34dd791 (patch) | |
tree | 2e3daecf4f90ef99783a746f1f1acc6df91aaceb /textproc/crex/pkg-descr | |
parent | 0bb81cbc5fcd50e0282a5906142a1fc316f55993 (diff) |
Notes
Diffstat (limited to 'textproc/crex/pkg-descr')
-rw-r--r-- | textproc/crex/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/crex/pkg-descr b/textproc/crex/pkg-descr new file mode 100644 index 000000000000..9a931ec885b8 --- /dev/null +++ b/textproc/crex/pkg-descr @@ -0,0 +1,11 @@ +Explore, test, and check regular expressions in the terminal. + +Given your regular expression and text, crex will output matches, +capture groups, and details. crex has a range of options, allowing +fine grained control over matching and output. It uses ECMAScript +grammar by default, while also accepting posix, extended posix, +awk, grep, and extended grep grammars. Input can be received by +piped stdin, or by using the -s option. Output options include +plain, colour, and json formats. + +WWW: https://octobanana.com/software/crex |