On Wednesday, October 19, 2016 at 1:46:38 PM UTC+2, [email protected] wrote: > > > julia> temp[61:65] > "aźdz" > > julia> findin(temp[61:65],"d") > ERROR: invalid UTF-8 character index >
in addition to other answers, you have the *search* function that is string-specific, and might work with older versions (can't test now)
