* Get Pascal case notation version of provided string */
| 428 | * Get Pascal case notation version of provided string |
| 429 | */ |
| 430 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextToPascal(const std::string& text) { |
| 431 | return ::TextToPascal(text.c_str()); |
| 432 | } |
| 433 | |
| 434 | /** |
| 435 | * Get Snake case notation version of provided string |