Missing important feature
I use regexp in PHP scripts in order to match and get part of text within brackets. "Reggy" (a free app) show matched parts by code in brackets with a different colour. In "Patterns" app I can see if everything matches, but the match into brackets. For ex. #
([[:digit:]]+)
#, will enlight the whole div tag, but the digits expected within the brackets in a different way.
Also, I use very large regexp (10+ rows), so I would like to make the regexp font smaller.
Viames about
Patterns - The Regex App, v1.0