ROOT 6.08/07 Reference Guide |
Functions | |
void | HtmlTranslateEscapes (char *z) |
Translate escape sequences in the string "z". More... | |
void | ToLower (char *z) |
Convert a string to all lower-case letters. More... | |
void HtmlTranslateEscapes | ( | char * | z | ) |
Translate escape sequences in the string "z".
"z" is overwritten with the translated sequence.
Unrecognized escape sequences are unaltered.
Example:
input = "AT&T > MCI" output = "AT&T > MCI"
Definition at line 315 of file TGHtmlParse.cxx.
void ToLower | ( | char * | z | ) |
Convert a string to all lower-case letters.
Definition at line 540 of file TGHtmlParse.cxx.