Page 1 of 1

Find and Replace

Posted: Tue Sep 07, 2010 2:02 am
by sgtaw
> I would like to find a certain TEXT and replace it with a series of text.
>
> For instance
>
> ----------------ORIGINAL TEXT---------------
> ZZZ
> ZZZ
> ZZZ
> ZZZ
> ZZZ
> ZZZ
> ---------------------END----------------------
>
> I want to be able to search for ZZZ and have it replaced with
>
> -------------------REPLACED TEXT-------------
> 1
> 2
> 3
> 4
> 5
> 6
> -------------------END-------------------
>
> Can your program do this?