Find first text occurrence within a string REQUIRES: strstr()
// Find the byte index of "World" within a string idx = raylib.TextFindIndex("Hello World", "World") print idx // 6
There was an error while loading. Please reload this page.