Bash on GNU:
I am using a collection of find commands, most of which employ -regex to do their matching. Each time I try a different feature in my regex I have to cycle through the values for -regextype until one works. My particular need in this case is for one that supports negative lookbehind. It's hard to validate the (zero) results of my tests on this feature so I would like to simply refer to a list rather than repeating increasing series of tests.
I have found many references to Javascript and other platforms not supporting negative lookbehind, but I can't seem to find a central location for those which do.
It would be nice to see a chart somewhere listing many of the popular regex styles and the features they do and do not support, but I couldn't find that either.
-Poption but not sure for find and other command. Format of expressions you can find inman pcre. But I am sure that for more cases there are many ways to omit pcre usage in find or somewhere else.-regextypeoptions forfind? The man page lists "emacs (this is the default), posix-awk, posix-basic, posix-egrep and posix-extended".