b5ea2514e296237ebf0f2b3a1347cf51cb97b650
void RecognizeSpecialChars(bool spec); recognizing some special characters in text patterns (item_text in Patterns) \r will be a carriage return (13) \n will be a new line (10) \t will be a tabulator (9) \s will be a space \\ will be one '\' default: false void TrimWhite(bool trim); trimming white characters (at the beginning and at the end of an item_text) (special char \s if enabled is not treated as a white character here) default: false void SkipNewLine(bool skip); skipping new line characters (from the whole string in an item_text) but you can use a new line character written as "\n" (if special chars are turn on) default: false git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@305 e52654a7-88a9-db11-a3e9-0013d4bc506e
Description
A templating engine for C++ applications.
Languages
C++
95.5%
Shell
2.1%
C
1.9%
Makefile
0.5%