String replace(String src, String from, String to)

i.e.,

org.zkoss.xel.fn.StringFns

Replaces all occurrances of ‘from’ in ‘src’ with ‘to’.