Try this: E1415.*?_KEY '*' means any count of previous char (group) '.' is any char
If you want to find both E1415413_SORT_KEY occurences, remove '?' char (greede reg. expression) -- <http://forum.pspad.com/read.php?2,47290,47291> PSPad freeware editor http://www.pspad.com
