I'm having problems doing something I think should be easy. I'm quite the regex beginner, so I'm probably missing something basic.
Given this line: E1415413_RECORD_CODE, X1415413_SORT_KEY, E1415413_SORT_KEY, I want to search and find (and later replace) both "E1415413_RECORD_CODE," and "E1415413_SORT_KEY,". Regular expressions seem to get stuck on the underscore in each word. Searching on _E14154*3_ will find both of those, but _E14154*,_ (the real term I want replaced with a space) won't find either. Similarly, _E14154*E_ won't find the first term either. What pattern should I be using? -- <http://forum.pspad.com/read.php?2,47290,47290> PSPad freeware editor http://www.pspad.com
