* Get lower case version of provided string */
| 421 | * Get lower case version of provided string |
| 422 | */ |
| 423 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextToLower(const std::string& text) { |
| 424 | return ::TextToLower(text.c_str()); |
| 425 | } |
| 426 | |
| 427 | /** |
| 428 | * Get Pascal case notation version of provided string |