CodeIgniter Forums
Preg_replace error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Preg_replace error (/showthread.php?tid=47332)



Preg_replace error - El Forum - 12-04-2011

[eluser]Unknown[/eluser]
A PHP Error was encountered
Severity: Warning
Message: preg_replace() [function.preg-replace]: Unknown modifier '('
Filename: helpers/custom_helper.php
Line Number: 20

Code:
$text = preg_replace('([[:space:]()[{}])(www.[-a-zA-Z0-9@:%_\+.~#?&//=]+)',
'<a href="http://\\\\2" class="oembed" target="_blank">\\2</a>', $text); #line 20

Disregard the other \\