This is what they do:
$' which usually make text turn white or yellow, is replaced by an empty string. Said enough.
Code:
replace(r, "") <= doesn't work
replace(>, "&.gt;")
replace(<, "&.lt;")
replace($', "")
$' which usually make text turn white or yellow, is replaced by an empty string. Said enough.