Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $content = <<<EOS
  2. Link_1: [code]This is a textual line.
  3. www.google.com
  4. This is a textual line.[/code]
  5.  
  6. Link_2: [php]This is a textual line.
  7. www.google.com
  8. This is a textual line.[/php]
  9. EOS;
  10. $needle = '~(?:https?://)?(?:www.)(?:[^.s]+)(?:.[^.ns]+)*.w{2,4}(?=(?:(?![/?(?:code|php)])[Ss])*[/(?:code|php)])~m';
  11. echo preg_replace($needle,'LINK HIDDEN',$content);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement