Perfect! That works exactly right! Thank you Simon!
So that I learn from the experience, let me try to break down the easy pattern:
<br>[ longest 0+ (whitespace or ' ' or cr or lf) ]<br>
means
Find occurrances where the are 2 <br> codes containing between them the highest number of ...
Search found 7 matches
- Mon Jan 29, 2007 11:14 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Replacing bad HTML
- Replies: 7
- Views: 15702
- Fri Jan 26, 2007 10:49 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Replacing bad HTML
- Replies: 7
- Views: 15702
- Fri Jan 26, 2007 6:57 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Replacing bad HTML
- Replies: 7
- Views: 15702
Almost there...
That makes sense - but I tried it and for the example below it replaces with many <P>, not a single one. (see result below)
How can it be limited to acting between the <br> tags only once?
Thanx, Simon!
b
New Result:
<p>That means that from this great State of Michigan we want that part of the ...
How can it be limited to acting between the <br> tags only once?
Thanx, Simon!
b
New Result:
<p>That means that from this great State of Michigan we want that part of the ...
- Thu Jan 25, 2007 4:04 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Replacing bad HTML
- Replies: 7
- Views: 15702
Replacing bad HTML
I have a number of html pages converted from Word that have variations of bad paragraph endings peppered throughout that affect the space between paragraphs:
<br>
<br>
which should be replaced with
<p>
An exact match works, of course, but I don't trust the exact layout of ...
<br>
<br>
which should be replaced with
<p>
An exact match works, of course, but I don't trust the exact layout of ...
- Thu Oct 21, 2004 12:57 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Replacing Carriage Returns?
- Replies: 1
- Views: 11694
Replacing Carriage Returns?
I'm trying to do a simple replace list starting with finding the CR- in my Hex Editor it shows as 013.
Setting Easy Pattern then perl then exact as the Find Type, I've tried [cr],[return],\013,\n,[CRLF] and any other reference I can find in your documentation and it errors: Find String for "Replace ...
Setting Easy Pattern then perl then exact as the Find Type, I've tried [cr],[return],\013,\n,[CRLF] and any other reference I can find in your documentation and it errors: Find String for "Replace ...
- Thu Oct 14, 2004 12:43 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Result: 1 line limit reached
- Replies: 3
- Views: 13551
Already fixed, but...
I went past it somehow - so working fine now.
However, just curious - what does that error mean?
However, just curious - what does that error mean?
- Wed Oct 13, 2004 9:47 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Result: 1 line limit reached
- Replies: 3
- Views: 13551
Result: 1 line limit reached
What does the error '1 line limit reached' indicate?
I am trying to split a single .txt file into many files.
I have a text file containing 10 separate HTML pages separated by \255 (ÿ) which I selected as the file to process.
In the filters, I have 3 steps -
Input from file(s)
[X] Confirm before ...
I am trying to split a single .txt file into many files.
I have a text file containing 10 separate HTML pages separated by \255 (ÿ) which I selected as the file to process.
In the filters, I have 3 steps -
Input from file(s)
[X] Confirm before ...