Expand description
Generic string helpers exposed to generated programs.
Constants§
- CONCAT_
SYMBOL - Public symbol for
std::string::concat. - DROP_
SYMBOL - Public symbol for
std::string::drop. - STARTS_
WITH_ SYMBOL - Public symbol for
std::string::starts_with. - TAKE_
SYMBOL - Public symbol for
std::string::take.
Functions§
- concat
- Concatenate two strings.
- drop
- Drop the first
countUnicode scalar values from a string. - starts_
with - Return whether one string begins with the provided prefix.
- take
- Take the first
countUnicode scalar values from a string.