Java String.subSequence() The method subSequence() obtains a part of a String given the starting index and the length of the result. The method SubSequence() behaves in the same way as substring(). The only difference is that it returns a CharSequence instead of a String. Available Signatures [source,java,gutter:,false] public CharSequence subSequence(int… Continue Reading sub-sequence