is it possible to state the word to end at across multiple lines?
start at ; & remove everything until all lines in between until it hits the word dog?
;cat dfgdgdgdg
dfgdfgdg
dfg
dfgdfg
dfg dog
so it ends up as
;dog
thnx
Search found 2 matches
- Fri Apr 22, 2011 8:02 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Remove all text after a symbol per line
- Replies: 3
- Views: 4546
- Tue Nov 10, 2009 10:27 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Remove all text after a symbol per line
- Replies: 3
- Views: 4546
Remove all text after a symbol per line
hi, I was wondering how to remove all text after the character ; for everyline Basically atm i have ie., sdfsfs; 1234c asdasd; 987b i need it to look like this sdsfs asdasd basically remove everything after ; for each line thanks