Unfortunately, beginning marker is set incorrectly:
instead remove only the second line, the script removes both
<tr class="OutOfBlock"><td /><td>DD.MM.YYYY</td><td>HH:MM:SS</td><td>+HH:MM</td><td></td><td></td><td></td><td></td><td></td><td></td><td>40,0000</td><td /></tr>
<tr class="OutOfBlock ...
Search found 3 matches
- Mon Feb 02, 2015 7:19 pm
- Forum: Regular Expressions (Archived)
- Topic: find and remove pattern
- Replies: 4
- Views: 18394
- Thu Jan 22, 2015 8:02 pm
- Forum: Regular Expressions (Archived)
- Topic: find and remove pattern
- Replies: 4
- Views: 18394
Re: find and remove pattern
Hmmm, ... I have a html file containing some similar lines, here are some (internal code) of them:
<tr class="OutOfBlock"><td /><td>01.11.2014</td><td>17:15:43</td><td>+03:00</td><td>smsvsr_723</td><td>Location: asdfgh</td><td></td><td>sms o</td><td></td><td>1</td><td>3,3474</td><td /></tr>
<tr ...
<tr class="OutOfBlock"><td /><td>01.11.2014</td><td>17:15:43</td><td>+03:00</td><td>smsvsr_723</td><td>Location: asdfgh</td><td></td><td>sms o</td><td></td><td>1</td><td>3,3474</td><td /></tr>
<tr ...
- Sun Jan 18, 2015 2:40 pm
- Forum: Regular Expressions (Archived)
- Topic: find and remove pattern
- Replies: 4
- Views: 18394
find and remove pattern
Hello!
I am experiencing some difficulties.
Could You help me?
Is it possible to find a string of the form (html file):
<tr class="OutOfBlock"><td /><td>DD.MM.YYYY</td><td>HH:MM:SS</td><td>+HH:00</td><td>some text with ()_:,. etc.</td><td>some text with ()_:,. etc.</td><td></td><td>some text with ...
I am experiencing some difficulties.
Could You help me?
Is it possible to find a string of the form (html file):
<tr class="OutOfBlock"><td /><td>DD.MM.YYYY</td><td>HH:MM:SS</td><td>+HH:00</td><td>some text with ()_:,. etc.</td><td>some text with ()_:,. etc.</td><td></td><td>some text with ...