CodeIgniter Forums
How to get rid of certain character from a 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: How to get rid of certain character from a string (/showthread.php?tid=4507)



How to get rid of certain character from a string - El Forum - 11-29-2007

[eluser]cinewbie81[/eluser]
For eg:

I have a string like : "*this is *my stri*ng"

how can i get rid of the asterik symbol from my string anyone ?


How to get rid of certain character from a string - El Forum - 11-29-2007

[eluser]cinewbie81[/eluser]
IGNORED this post ... found the solution .. sorry all ..


How to get rid of certain character from a string - El Forum - 11-29-2007

[eluser]Derek Allard[/eluser]
post your solution for others. Did you use str_replace? Did you use word_censor()?