str replace
Find all occurrences of a sub-string within a string and replace them with another sub-string
[...] = optional ... = your value
[var $... = ]call str_replace $subject=…;$search=…;$replace[=…]
Example code
Example output
Reloadinput = f o o b« a« r«
output = f;o;o;b«;a«;r«
input = f o o b« a« r«
output = f o o b‹ a‹ r‹