split
Signature
Section titled “Signature”function split( string calldata input, string calldata delimiter) external pure returns (string[] memory outputs);Description
Section titled “Description”Splits the given string into an array of strings divided by the delimiter.