Search found 3 matches

by levil
Wed Apr 12, 2006 7:45 pm
Forum: Advanced Find and Replace
Topic: Is this possible with regular expressions? (tricky)
Replies: 4
Views: 11735

Hi Roman, I think I first have to figure out what encoding and line ending I should use. Because when I try to search something without the paragraph mark in it, for example: acti. then normally, I would think that the word activ gets found. But it doesn't. (while when I search for acti, it finds it...
by levil
Tue Apr 11, 2006 8:08 pm
Forum: Advanced Find and Replace
Topic: Is this possible with regular expressions? (tricky)
Replies: 4
Views: 11735

Hi Roman, thank you for your quick reply. I think I did not make myself very clear when I spoke about the paragraph mark. I didn't mean that literally, but I mean the paragraph character itself like this: http://i1.tinypic.com/v6rk9x.jpg So, the before and after should be: (this is an excerpt from m...
by levil
Mon Apr 10, 2006 10:01 pm
Forum: Advanced Find and Replace
Topic: Is this possible with regular expressions? (tricky)
Replies: 4
Views: 11735

Is this possible with regular expressions? (tricky)

I have a .txt file with a lot of paragraphs. (NOTE: the paragraphs are separated by one PARAGRAPH MARK) Can I do the following: I know exactly the beginning of each paragraph, and I know how it ends (obviously, with the paragraph mark). Can I APPEND some text after the PARAGRAPH MARK? (context for a...