Throughout the documentation of this class, the phrase "matching character" is used to mean "any character {@code c} for which {@code this.matches(c)} returns {@code true}".
Note: This class deals only with {@code char} values; it does not understandsupplementary Unicode code points in the range {@code 0x10000} to {@code 0x10FFFF}. Such logical characters are encoded into a {@code String} using surrogate pairs, and a {@code CharMatcher}treats these just as two separate characters. @author Kevin Bourrillion @since Guava release 01
|
|
|
|
|
|