Skip to main content

translate

Function translate 

Source
fn translate(
    string: &str,
    from_str: &str,
    to_str: &str,
    temp_storage: &RowArena,
) -> Result<String, EvalError>