 |
FireSTARR
|
Loading...
Searching...
No Matches
15void trim_left(
string* s);
20void trim_right(
string* s);
31[[nodiscard]]
string trim_left_copy(
string s);
37[[nodiscard]]
string trim_right_copy(
string s);
43[[nodiscard]]
string trim_copy(
string s);