- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ipRange (0.03 sec)
-
android/guava/src/com/google/common/base/CharMatcher.java
* are inclusive). For example, to match any lowercase letter of the English alphabet, use {@code * CharMatcher.inRange('a', 'z')}. * * @throws IllegalArgumentException if {@code endInclusive < startInclusive} */ public static CharMatcher inRange(char startInclusive, char endInclusive) { return new InRange(startInclusive, endInclusive); } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 53.9K bytes - Viewed (0)