WordFreq
Static Public Member Functions | List of all members
StringHelper Class Reference

StringHelper provides static helper functions to manipulate strings. More...

#include <parser.h>

Collaboration diagram for StringHelper:
Collaboration graph

Static Public Member Functions

static void toLower (std::string &word)
 A function that lowers all characters in a string. More...
 

Detailed Description

StringHelper provides static helper functions to manipulate strings.

Member Function Documentation

◆ toLower()

void StringHelper::toLower ( std::string &  word)
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.


The documentation for this class was generated from the following files: