Sort and find all occurrences of (AA ) where there is a parenthesis, and at least two characters (anything, letter or number, etc), followed by a closing parenthesis.
So it would sort out:
(Test)
(Goodies)
(Ba)
(Wanna Be)
but would exclude:
(a)
(b)
(1)
Thanks for this to the folks who understand RegEx well!
Tags: