Changelog
3.1.1
indexOf
.
new UtfString("This is a Text!").indexOf("t", 15)
should return -1
but returned 13
.Changelog
3.0.0
Changelog
2.0.1
utfstring.charCodeAt("\u0001\u1F1E6", 1)
returned 56806 when it should have returned 127462.Changelog
2.0.0
UtfString.visual
, which supports regional indicators but otherwise behaves identically.