Evaluate Creation of Equivalent to Guava CharMatcher #15
Labels
question
Further information is requested
release scope: minor
Changes required for the issue are appropriate for a semantically "minor" release
Guava CharMatcher is a Predicate-like construct specific to char's that also provides many default implementations for things like recognizing digits and the like.
It may be worth porting to Alloy - either as-is, with a separate CharMatcher, or as a "CharMatchers" which implements the default implementations as Java Predicates
The text was updated successfully, but these errors were encountered: