1

I have this string:

$str = '<div class="titre-liste">23.zzerze& erezrzeràr ezrezr àrez éé </div>
&mdash; Ұ₭₱∅Δ (@Zykprod) <a href="https://twitter.com/Zxsqdd/status/xxxx">4 avril 2017</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></center>
<br /><br />';

And what I want is to remove those kind of characters:

Ұ₭₱∅Δ 

I try to convert my string with utf8_encode , filter_var but I don't think it is the solution.

David Makogon
  • 69,407
  • 21
  • 141
  • 189
LuR
  • 251
  • 1
  • 4
  • 16

0 Answers0