I'm delighted that there's actually a regex forum on the Internet where I can get help! Thanks for providing this website.
I'm having trouble figuring what this regex is supposed to be matching, can anyone decipher it for me? This regex was taken from a Solaris/Posix environment and was originally written to scan text-based configuration files.
Here's a few examples, they're all the same:
^[ \t]*uucp[ \t]*(#.*\)$
^[ \t]*noaccess[ \t]*(#.*\)$
^[ \t]*X11Forwarding=no[ \t]*(#.*\)$
^[ \t]*IgnoreRhosts=yes[ \t]*(#.*\)$