Hi,
How to remove only the /s in the string.
i.e remove only single charter /s.
http://mysqite.com/s/sparrot.html.
After removing the string should be
http://mysqite.com/sparrot.html
| SitePoint Sponsor |


Hi,
How to remove only the /s in the string.
i.e remove only single charter /s.
http://mysqite.com/s/sparrot.html.
After removing the string should be
http://mysqite.com/sparrot.html


PHP Code:$string = str_replace("/s/", "/", $string);
17-29% of paid ad clicks are fraudulent. Get protected with Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more.
Bookmarks