Re: [Gambas-user] Delete sentance between words in a file.

2012-03-27 Thread tobi
hi, On Mon, 26 Mar 2012, sundar j wrote: How do i delete a sentence/line between two matching words? For example i have a long paragraph starting with ABC-Start and ending with XYZ-End. I need to delete all the words including ABC-Start amp; XYZ-End. I have gone through the gambas

Re: [Gambas-user] Delete sentance between words in a file.

2012-03-27 Thread nando
An Very Simplified Example: (Best viewed in fixed-width font) (There are many other (and better) ways to do this) A = A Tall Lad Sold All The Desks '12345678901234567890123456789 29 characters long R = Tall Lad Sold All TheThis sub string is to be removed (21 chars long)