String Ext¶
| Spice | |
|---|---|
Functions¶
split¶
| Spice | |
|---|---|
Split the given input string by the given delimiter
Parameters
| Name | Type | Description |
|---|---|---|
input |
const String& |
Input string |
delimiter |
char |
Delimiter character |
Returns: Vector<String> — Vector of fragments