Just made an addition to Tiny Tools for OpenBSD, regextr - a reg expression facilitator for everyone.
It is curious because anyone can customize it with its own abstract syntax. Furthermore it can be used yet to compose expressions like: wiz$ echo lol | pcregrep "`./regextr cap capname text /capname l repeat /cap`" lol You can find it here: https://github.com/par7133/tiny-tools Have fun! == Daniele Bonini