XSLT » XPath Core Functions » translate

Syntax:
string = translate(value, string1, string2)

The translate function takes the string in the value argument, replaces all occurrences of a string specified in the string1 argument with substitute characters specified in string2 argument and returns the modified string.