|
WordFreq
|
StringHelper provides static helper functions to manipulate strings. More...
#include <parser.h>

Static Public Member Functions | |
| static void | toLower (std::string &word) |
| A function that lowers all characters in a string. More... | |
StringHelper provides static helper functions to manipulate strings.
|
static |
A function that lowers all characters in a string.
This is used bwhen tracking word frequency there is no difference between a capitalized and lowercase version of a word.