Application Integration
- Application Integration
- All Products
fn:translate(arg, mapString, transString)
Argument | Required/Optional | Description |
|---|---|---|
arg | Required | The input string in which character
replacements are to be made. If this argument is an empty
sequence ( () ), it is treated as an empty
string. |
mapString | Required | A string containing characters to be replaced.
Each character in mapString is mapped to the
corresponding character in transString . |
transString | Required | A string containing replacement characters.
Each character in mapString is replaced by the
character at the corresponding position in
transString . If
transString is shorter than
mapString , characters with no corresponding
replacement are removed from the input. |
|
|
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|