Community
Participate
Working Groups
If indexOf doesn't find value, I expect to get 0 not -1. If the string is at the start of the string, I expect 1 not 0.
I adjusted the functions in EString to account for EGL's 1-based offsets and Java's 0-based offsets. Changed functions indexOf, lastIndexOf, and charCodeAt.
verified
Closing this defect.