ⓘ 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: trim

trim(s) returns the string s with all leading and ending whitespace characters (e.g. spaces) removed. Thus, trim(s) = trimLeft(trimRight(s)) for all strings s.