Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Use str_replace like this
str_replace
echo str_replace("’","'","Check men’s and women’s rest rooms");
Check men's and women's rest rooms
Code Fiddle