Unravel Engine C++ Reference
Loading...
Searching...
No Matches
string_utils::alterable Namespace Reference

Functions

void ltrim (std::string &str)
 
void rtrim (std::string &str)
 
void trim (std::string &str)
 
void replace (std::string &str, const std::string &search, const std::string &replace)
 
void to_upper (std::string &str)
 
void to_lower (std::string &str)
 

Function Documentation

◆ ltrim()

void string_utils::alterable::ltrim ( std::string & str)

Definition at line 69 of file utils.cpp.

◆ replace()

void string_utils::alterable::replace ( std::string & str,
const std::string & search,
const std::string & replace )

Definition at line 98 of file utils.cpp.

◆ rtrim()

void string_utils::alterable::rtrim ( std::string & str)

Definition at line 80 of file utils.cpp.

◆ to_lower()

void string_utils::alterable::to_lower ( std::string & str)

Definition at line 124 of file utils.cpp.

◆ to_upper()

void string_utils::alterable::to_upper ( std::string & str)

Definition at line 113 of file utils.cpp.

◆ trim()

void string_utils::alterable::trim ( std::string & str)

Definition at line 92 of file utils.cpp.