Jump to content

Delete text from specific marker.


Recommended Posts

I have example :

"

<th scope='col' class='col_f_post'>Ostatni post</th>

</tr>
<!-- BEGIN TOPICS -->


<tr itemscope itemtype="[url="http://schema.org/Article"]http://schema.org/Article"[/url] class='__topic  expandable' id='trow_718292' data-tid="718292">
<td class='col_f_icon altrow short'>

"

I want delete all data before <!-- BEGIN TOPICS -->

To get only this :

<!-- BEGIN TOPICS -->


<tr itemscope itemtype="[url="http://schema.org/Article"]http://schema.org/Article"[/url] class='__topic  expandable' id='trow_718292' data-tid="718292">
<td class='col_f_icon altrow short'>

Is that possible to do ?

Edited by Keniger
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...