Help needed for regular expression replace
  Submitted by  on Thursday, 1 February, 2007 - 12:35
  
  
I should like to manipulate text files containing several TITLE lines. The format of title is:
    TITLE ""
I have to add a few number of new text rows after all title lines. I've tried it with Regular expression replace. The search for line is
    TITLE "
the Replace with is
    TITLE "$1
    addition of new text
I've got the following error message:
Sourced file: inline evaluation of: ``__internal_replace(ns) { this.callstack.set(0,ns); return (    TITLE "$1     add . . . '' Token Parsing Error: Lexical error at line 3, column 22.  Encountered: "\n" (10), after : "\"$1": 
Could anybody help me with the right syntax, or have a good idea to solve my problem? 
Thanks in advance,
Gaspar
    
 
  

