Skip to content

split

function split(
string calldata input,
string calldata delimiter
) external pure returns (string[] memory outputs);

Splits the given string into an array of strings divided by the delimiter.