Comments on: How to Remove Special Characters from String in PHP https://www.codexworld.com/how-to/remove-special-characters-from-string-in-php/ Web & Mobile App Development Company Wed, 06 Mar 2024 17:12:23 +0000 hourly 1 By: Larry https://www.codexworld.com/how-to/remove-special-characters-from-string-in-php/comment-page-1/#comment-248602 Wed, 06 Mar 2024 17:12:23 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=3472#comment-248602 This string totally solved my search results problem: $cleanStr = preg_replace(‘/[^A-Za-z0-9 ]/’, ”, $string);
Thank you so much !!!

]]>
By: Ya'aqub abdumalik https://www.codexworld.com/how-to/remove-special-characters-from-string-in-php/comment-page-1/#comment-130386 Tue, 22 Dec 2020 19:48:03 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=3472#comment-130386 Thanks alot

]]>
By: Francesco https://www.codexworld.com/how-to/remove-special-characters-from-string-in-php/comment-page-1/#comment-122645 Fri, 04 Sep 2020 13:23:51 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=3472#comment-122645 Loving you. Thanks.

]]>