- start
- the start offset of the sub-sequence. It is inclusive, that is, the index of the first character that is included in the sub-sequence.
- end
- the end offset of the sub-sequence. It is exclusive, that is, the index of the first character after those that are included in the sub-sequence
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if start , end , start > end or end > length().
Equivalent to String.Substring(int, System.Int32) but needed to implement CharSequence.