<?php $string = 'hello \o{test} how are you?'; echo str_replace(['\o{','}'],['<span>','</span>'],$string); ?>
You have javascript disabled. You will not be able to edit any code.