Uses of Class
squidpony.ObText.ContentMatcher
Package | Description |
---|---|
squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
-
Uses of ObText.ContentMatcher in squidpony
Methods in squidpony that return ObText.ContentMatcher Modifier and Type Method Description static ObText.ContentMatcher
Converters. makeMatcher(CharSequence text)
static ObText.ContentMatcher
ObText. makeMatcher()
Can be used to help reading sequences of Strings with ObText-style quotation marking their boundaries.static ObText.ContentMatcher
ObText. makeMatcher(CharSequence text)
Can be used to help reading sequences of Strings with ObText-style quotation marking their boundaries.static ObText.ContentMatcher
ObText. makeMatcherNoComments(CharSequence text)
Can be used to help reading sequences of Strings with ObText-style quotation marking their boundaries, but no comments (which allows some additional characters to be used in bare words, like '#').