* Get Camel case notation version of provided string */
| 442 | * Get Camel case notation version of provided string |
| 443 | */ |
| 444 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextToCamel(const std::string& text) { |
| 445 | return ::TextToCamel(text.c_str()); |
| 446 | } |
| 447 | |
| 448 | /** |
| 449 | * Get integer value from text (negative values not supported) |