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

strPos(s, S) returns the position of the first character in the string s of the first occurrence of s in the string S.

Example: strPos("st", "testtest") = 3