inRange

fun inRange(start: TextIter, end: TextIter): Boolean

Checks whether @iter falls in the range [@start, @end).

Return

true if @iter is in the range

Parameters

start

start of range

end

end of range