You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|split |`str: std::string, sep: std::string`|Returns a list of the words in the string, separated by the delimiter string| - |
55
+
|split |`str: std::string, delimiter: std::string`|Returns a list of the words in the string, separated by the delimiter string| - |
56
56
|to_upper |`str: std::string`|Returns a copy of the string in UPPER CASE| - |
57
+
|replace_all |`str: std::string, old_value: std::string, new_value: std::string`|Searches a string for a value and generates a new string with the value(s) replaced| - |
0 commit comments