Class utils#

Class Documentation#

class utils#

Class containing useful static functions.

A class containing useful static functions unrelated to other classes.

Public Static Functions

static unsigned int textDistance(const std::string &strA, const std::string &strB)#

Compute the Levenshtein distance between two strings. Can be useful for spell checking and typo detection.