```
indexOfFirstNonmatching("abcd","abcd") == 0
indexOfFirstNonmatching("abcd","abdc") == 3
```
what is a fast way to do this with strings of 50-1000 characters?- [julia-users] given two strings, find the index of the fi... Jeffrey Sarnoff
- [julia-users] Re: given two strings, find the index ... David P. Sanders
- [julia-users] Re: given two strings, find the in... David P. Sanders
- [julia-users] Re: given two strings, find th... Jeffrey Sarnoff
