* Get upper case version of provided string */
| 414 | * Get upper case version of provided string |
| 415 | */ |
| 416 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextToUpper(const std::string& text) { |
| 417 | return ::TextToUpper(text.c_str()); |
| 418 | } |
| 419 | |
| 420 | /** |
| 421 | * Get lower case version of provided string |