Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 10th, 2012  |  syntax: None  |  size: 0.20 KB  |  hits: 27  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Replacing data with another data using regular expressions [closed]
  2. <?php
  3.  
  4.  
  5. echo preg_replace(array('/During the day,/','/is/'), array('','is happy to'), 'During the day, Damien is working');
  6. ?>