Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!--(.*?)-->
  2.  
  3. For example, using the following regex would replace all p tags below with the required text.
  4. <p class="some-para">(.*?)</p>
  5.  
  6. <p class="some-para"> Aabc asjfhhf </p>
  7. <p class="some-para"> fgsg asjfhhf </p>
  8. <p class="some-para"> Aabc ergherer </p>
  9. <p class="some-para"> Aabergergerc asjfhhf </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement