0

php replace these special characters (ms word autogenerated single quotes) in string

this kind of quote -> ‘
and this -> ’
should become simple single quote like this -> '

eg: $string = " ‘o Really ’o Brian ";

should be

" 'o Really 'o Brian "

0 Answers0