djehres:
--------------------------------------------------------------------------------
That worked.  A 2 step process.
Search -> Find 
              ORA-
          LIST 
copy that result to a new document.
then
Search -> Find
              ORA-06512
                   x copy non-matching
              COPY
and that gives the list with the ORA-06512 removed.
thanks!
--------------------------------------------------------------------------------


I am glad it worked - I believe you can use "Copy" in the first step too, you
don't need to copy the list into a new document  
- if you don't use regexp, whole lines with matching text will be copied (with
regexp you'd need to add ^.* and .*$ around the pattern.

(The pattern mentioned in #5 isn't going to work this way - ^ only negates
characters inside [...] and matches start of text/line otherwise.)

vbr

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

Odpovedet emailem