Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGHtmlElement.cxx File Reference
#include <string.h>
#include "TGHtml.h"
#include "TImage.h"
Include dependency graph for TGHtmlElement.cxx:

Functions

void HtmlTranslateEscapes (char *z)
 Translate escape sequences in the string "z".
 
void ToLower (char *z)
 Convert a string to all lower-case letters.
 

Function Documentation

◆ HtmlTranslateEscapes()

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&amp;T &gt MCI"
 output = "AT&T > MCI" 

Definition at line 316 of file TGHtmlParse.cxx.

◆ ToLower()

void ToLower ( char *  z)

Convert a string to all lower-case letters.

Definition at line 541 of file TGHtmlParse.cxx.