Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. this is example text <a href="www.1.com">hello</a> and
  2. this is second link <a href="www.2.com">hello word two</a>
  3. this is third link <a href="www.3.com">hello word three</a>
  4. this is fourth link <a href="www.4.com">hello word four</a>
  5.  
  6. preg_replace( '/<a[^>]+>([^<]+)</a>/i','1', $content )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement