|
std::string & | sequoia::to_camel_case (std::string &text, std::string_view separator) |
|
std::string | sequoia::to_camel_case (std::string_view text, std::string_view separator) |
|
std::string & | sequoia::to_snake_case (std::string &text) |
|
std::string | sequoia::to_snake_case (std::string_view text) |
|
std::string & | sequoia::capitalize (std::string &text) |
|
std::string | sequoia::capitalize (std::string_view text) |
|
std::string & | sequoia::uncapitalize (std::string &text) |
|
std::string | sequoia::uncapitalize (std::string_view text) |
|
std::string & | sequoia::replace (std::string &text, std::string_view from, std::string_view to) |
|
std::string | sequoia::replace (std::string_view text, std::string_view from, std::string_view to) |
|
std::string & | sequoia::replace_all (std::string &text, std::string_view from, std::string_view to) |
|
std::string | sequoia::replace_all (std::string_view text, std::string_view from, std::string_view to) |
|
std::string & | sequoia::replace_all_recursive (std::string &text, std::string_view from, std::string_view to) |
|
std::string | sequoia::replace_all_recursive (std::string_view text, std::string_view from, std::string_view to) |
|
std::string & | sequoia::replace_all (std::string &text, std::string_view anyOfLeft, std::string_view from, std::string_view anyOfRight, std::string_view to) |
|
std::string | sequoia::replace_all (std::string_view text, std::string_view anyOfLeft, std::string_view from, std::string_view anyOfRight, std::string_view to) |
|
Definitions for Substitutions.hpp.