Maaany thanks phdesigner 

(..and vbr too!
The $0 backreferences is announced since all 1.3.x versions
but i still don't know how it should work.
Normal would be
Search: (regex)
Replace: $1

I think it didn't work at all right now, see #54 :-D )

.

--------------

Multiline search works fine:

<script(\s|\t|.|
)*</script>

of course use  ? for non.greedy like
<script(\s|\t|.|
)*?</script>

.

----------
And be patient if phReplace does nothing
after starting the search ... it's still
at work... just wait some ten seconds.
Especially on big files or if you use an greedy RegEx :-D
(@phReplaceDesigner:
phReplace needs an loop to look every 30sec if Cancel is pressed. Isn't it?)

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

Odpovedet emailem