tokenizeDHTML

* Takes raw html data and tokenizes it. * * Does not completely parse the html, but is used to make parsing much easier, and to seperate it into different parts. * * Params: * dhtml = The html that is to be tokenized. * Returns: Tokenized html in the form of a string array.

string[]
tokenizeDHTML
(
const string dhtml
)

Meta