ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: strSplit

strSplit(s, sep) returns a table with all parts of the string s that has been obtained by splitting it at each occurrence of the sep separation character. sep is never a part of any string in the resulting table.

Example: strSplit("Harry|Ron|Hermione", "|") returns the table with entries "Harry", "Ron", and "Hermione".