* Get Snake case notation version of provided string */
| 435 | * Get Snake case notation version of provided string |
| 436 | */ |
| 437 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextToSnake(const std::string& text) { |
| 438 | return ::TextToSnake(text.c_str()); |
| 439 | } |
| 440 | |
| 441 | /** |
| 442 | * Get Camel case notation version of provided string |