* Get a piece of a text string */
| 368 | * Get a piece of a text string |
| 369 | */ |
| 370 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextSubtext(const std::string& text, int position, int length) { |
| 371 | return ::TextSubtext(text.c_str(), position, length); |
| 372 | } |
| 373 | |
| 374 | /** |
| 375 | * Replace text string |