Subsequence in A Sentence

    1

    If one sequence is an initial subsequence of the other, the shorted sequence is the smaller one.

    2

    Abstract The length of a longest common subsequence (LLCS) of two or more strings is a useful measure of their similarity.

    3

    String replaceAll (String replacement) Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.

    4

    String substring (int start, int end) Returns a new String that contains a subsequence of characters currently contained in this StringBuffer.

    5

    The same idea is then applied recursively to the pieces of the sequences to the left and to the right of the matching subsequence.

    6

    The find method scans the input sequence looking for the next subsequence that matches the pattern.

    7

    String group () Returns the input subsequence matched by the previous match.

    8

    CharSequence subsequence (int start, int end) Returns a new character sequence that is a subsequence of this sequence.

    9

    Capturing groups are so named because, during a match, each subsequence of the input sequence that matches such a group is saved.

    10

    CharSequence subSequence (int start, int end) Returns a new character sequence that is a subsequence of this sequence.