# tui_helpers.cpp Source: [tui_helpers.cpp](../../../../src/tui/tui_helpers.cpp) ## Free Functions ### `std::string ToLower(std::string s)` ๐Ÿ“ [tui_helpers.cpp:6](../../../../src/tui/tui_helpers.cpp#L6) ### `bool NaturalLess(const std::string &a, const std::string &b)` ๐Ÿ“ [tui_helpers.cpp:12](../../../../src/tui/tui_helpers.cpp#L12) ### `std::string LongestCommonPrefix(const std::vector< std::string > &v)` ๐Ÿ“ [tui_helpers.cpp:45](../../../../src/tui/tui_helpers.cpp#L45) ### `std::vector< std::string > Tokenize(const std::string &s)` ๐Ÿ“ [tui_helpers.cpp:56](../../../../src/tui/tui_helpers.cpp#L56) --- โ† [Back to files](index.md) ยท [Top](../index.md)