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.
Update:
$string = "<div>words words wrods <- words words</div>"; $string = str_replace('<-', '<-', $string); echo strip_tags($string);
Output (Source):
words words wrods <- words words
Output (HTML):
words words wrods <- words words