Problem Description
using find() expression is not case-sensitive. Because it isn't, you have to use more complicated methods to get the results you need. It'd be better if find() is case-sensitive.
Attach a Capx
http://1drv.ms/1PmPKxi
Description of Capx
text object has an instance variable holding a string ABCDabcd. find() is used to get index of "b", but it returns an index of 1 instead.
Steps to Reproduce Bug
Observed Result
It doesn't return the index of "b"
Expected Result
it should return an index of "b", which would be 5. It should be case-sensitive.
Affected Browsers
- Chrome: (YES)
- FireFox: (YES)
- Internet Explorer: (YES)
Operating System and Service Pack
vista sp2
Construct 2 Version ID
216