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.ContentMatcherConverters. makeMatcher(CharSequence text)static ObText.ContentMatcherObText. makeMatcher()Can be used to help reading sequences of Strings with ObText-style quotation marking their boundaries.static ObText.ContentMatcherObText. makeMatcher(CharSequence text)Can be used to help reading sequences of Strings with ObText-style quotation marking their boundaries.static ObText.ContentMatcherObText. 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 '#').