Hello. i'm new to UE.
i'm converting html file to a txt file daily.
so i was looking for tool that can do it automatically.
let's say my source looks like this.
<LINE TO REMOVE #1>
5342 : EXAMPLE #1
<tr><remove this line>
<LINE TO REMOVE #3>
6242 : EXAMPLE #2
<tr><remove this line>
<LINE TO REMOVE #4>
6424 : EXAMPLE #3
<tr><remove this line>
i want to remove all of above lines.
Rule #1 : remove lines that contains LINE TO REMOVE
Rule #2 : remove lines that starts with numeric characters
Rule #3 : remove lines that starts with <tr>
is it possible?
Thanks in advance
i'm converting html file to a txt file daily.
so i was looking for tool that can do it automatically.
let's say my source looks like this.
<LINE TO REMOVE #1>
5342 : EXAMPLE #1
<tr><remove this line>
<LINE TO REMOVE #3>
6242 : EXAMPLE #2
<tr><remove this line>
<LINE TO REMOVE #4>
6424 : EXAMPLE #3
<tr><remove this line>
i want to remove all of above lines.
Rule #1 : remove lines that contains LINE TO REMOVE
Rule #2 : remove lines that starts with numeric characters
Rule #3 : remove lines that starts with <tr>
is it possible?
Thanks in advance