mgutt:
--------------------------------------------------------------------------------
Everytime I use regular expressions I receive a runtime error. Why doesn't work
something like that:

replace
)[\n\t\s]{

with:
) {

I've tried the most simple methods:
)*{

or
).*{

won't work, too
--------------------------------------------------------------------------------


I guess, you have to escape the metacharacters like ")" to "\)" ; 
there are unbalanced parentheses in both search patterns.


vbr

-- 
<http://forum.pspad.com/read.php?2,34061,51311>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem