jenniferG Posted July 30, 2007 Share Posted July 30, 2007 I have a string containg a S sign. How can I remove it? Thanbks, Jenn Link to comment https://forums.phpfreaks.com/topic/62472-string-replace/ Share on other sites More sharing options...
trq Posted July 30, 2007 Share Posted July 30, 2007 str_replace. Link to comment https://forums.phpfreaks.com/topic/62472-string-replace/#findComment-310888 Share on other sites More sharing options...
thedarkwinter Posted July 30, 2007 Share Posted July 30, 2007 is that a dollar sign? us a backslasH? <?php $str = str_replace("\$", "with whatever", $str); Link to comment https://forums.phpfreaks.com/topic/62472-string-replace/#findComment-310890 Share on other sites More sharing options...
effigy Posted July 30, 2007 Share Posted July 30, 2007 Are you talking about "§" (a section mark)? Link to comment https://forums.phpfreaks.com/topic/62472-string-replace/#findComment-310896 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.