in reply to Re^5: simple regex help
in thread simple regex help
According to Wikipedia,
In computer science and linguistics, parsing (more formally syntax analysis) is the process of analyzing a sequence of tokens to determine its grammatical structure with respect to a given formal grammar.
While using a tokenizer is a step in the right direction, he did roll his own parser (the while loop).
|
|---|