Remove invited koma from string in PHP

Viewed 26

For example i've a string like this

$str = "Abbés (beaucoup d')";

It is giving an error while inserting into database because of that invited koma...so how do i remove this?any help would be good! point to be noted,i can remove by manually deleting that koma...but in reality,i've thousands of data like this,so it's impossible to remove all those.

0 Answers
Related