For even longer ones I just started using perl with /x, so you can uses insignificant whitespace and comments.
One very useful feature in pcregrep is outputting the matched subpattern only. For example if you do:
echo 'abcdefg' | pcregrep -o2 'a(bc)d(ef)g'