Index a string at any location
Just like the other
generic functions of this module, this
function can be significantly slower than
index, since the
function must be able to support arbitrarily large indices. Consider
using
index or
index64, even if you need to coerce the
index to an
Int.