Releases: 8dcc/hl-regexp
Releases · 8dcc/hl-regexp
v1.1.0
v1.0.0
Usage:
hl-regexp [OPTION...] REGEXP < INPUT
Options:
-h, --help
Show this help and exit the program.
-b STR
--before STR
Specify the string that should be printed before each
regular expression match.
-a STR
--after STR
Specify the string that should be printed after each
regular expression match.
-e, --extended-regexp
Interpret REGEXP as an extended regular expression (ERE).
-i, --ignore-case
Do not differentiate case.
Full Changelog: https://github.com/8dcc/hl-regexp/commits/v1.0.0