CodeIgniter Forums
highlight searched string - 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: highlight searched string (/showthread.php?tid=3824)

Pages: 1 2


highlight searched string - El Forum - 04-12-2008

[eluser]gungbao[/eluser]
Quote:btw, is there anyway for me to IGNORE the CASE SENSITIVITY using the str_replace() function mentioned above ???

much faster as preg's

Code:
str_ireplace()