replace

Function replace 

Source
pub fn replace(text: &str) -> String
Expand description

Replace the LaTeX characters with Unicode equivalents wherever possible.

This function is a port of the unicodeit library to rust, which tries to exactly mimic the behavior of the original library.