I need list of "," [3,6,8] ... but not only first .. "3"
Paul
W dniu 2016-10-19 16:03, Krisztián Pintér pisze:
On Wednesday, October 19, 2016 at 1:46:38 PM UTC+2,
program...@gmail.com wrote:
julia> temp[61:65]
"aźdz"
julia> findin(temp[61:65],"d")
ERROR: invalid UTF-8 chara
On Wednesday, October 19, 2016 at 1:46:38 PM UTC+2, program...@gmail.com
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