[Solved] How to find the substring \’ in string, PHP
[ad_1] Simple with str_replace: <?php $string = “\b\fs\’80.\b”; $replacement = 4; echo str_replace(“\\'”, $replacement, $string); [ad_2] solved How to find the substring \’ in string, PHP
[ad_1] Simple with str_replace: <?php $string = “\b\fs\’80.\b”; $replacement = 4; echo str_replace(“\\'”, $replacement, $string); [ad_2] solved How to find the substring \’ in string, PHP