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

txtPos(s, S) returns the position of the first character in the text (string) s of the first occurrence of s in the text (string) S, making no difference between capital and small letters.

Example: txtPos("st", "teSTtest") = 3, but strPos("st", "teSTtest") = 7.