subsequence - use in sentences

Preposition: of

  • sequence: Capturing groups are so named because, during a match, each subsequence of the input sequence that matches such a group is saved.
  • character: String substring ( int start, int end ) Returns a new String that contains a subsequence of characters currently contained in this StringBuffer.

Converse of object

  • capture: As a convenience, methods are also provided for returning these captured subsequences in string form.
  • match: String group ( ) Returns the input subsequence matched by the previous match.
  • replace: String replaceAll ( String replacement ) Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.
  • contain: String substring ( int start, int end ) Returns a new String that contains a subsequence of characters currently contained in this StringBuffer.

Preposition: in

  • interface: Specified by: subSequence in interface CharSequence Parameters: start - the start index, inclusive. end - the end index, exclusive.

Adjective modifier

  • matching: The same idea is then applied recursively to the pieces of the sequences to the left and to the right of the matching subsequence.
  • initial: If one sequence is an initial subsequence of the other, the shorted sequence is the smaller one.
  • next: The find method scans the input sequence looking for the next subsequence that matches the pattern.
  • common: Abstract The length of a longest common subsequence ( LLCS ) of two or more strings is a useful measure of their similarity.
  • long: Abstract The length of a longest common subsequence ( LLCS ) of two or more strings is a useful measure of their similarity.

Noun used with modifier

  • input: String group ( ) Returns the input subsequence matched by the previous match.
  • charsequence: CharSequence subSequence ( int start, int end ) Returns a new character sequence that is a subsequence of this sequence.

The word usage examples above have been gathered from various sources to reflect current and historical usage. They do not represent the opinions of YourDictionary.com.