Skip to main content

translate

Function translate 

Source
pub fn translate(value: &str, map_from: &str, map_to: &str) -> String
Expand description

Translate characters in a string.

Implements XPath translate(string, map-from, map-to).