Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

ms2705335 at gmail dot com
7 years ago
As trng mentioned before you can use \\n for replacement but NOT \\\\n as mentioned in preg_replace docs. So string definition will be like:
$str = '\\1';

<< Back to user notes page

To Top