Uses of Class
com.taco.text.MatchResult

Packages that use MatchResult
com.taco.text Provides converters to and from text, and other text processing and formatting capabilities. 
 

Uses of MatchResult in com.taco.text
 

Subclasses of MatchResult in com.taco.text
 class InterpolatedValueMatchResult
          A data structure used to hold the information about an interpolated value found in a CharSequence.
 

Methods in com.taco.text that return MatchResult
static MatchResult StringUtilities.findRawChar(java.lang.CharSequence cs, int startIndex, char c)
          Find the next raw occurance of c in cs starting from startIndex.