public class Regex extends Object
Modifier and Type | Field and Description |
---|---|
protected static LRUCache<String,Pattern> |
cache |
Constructor and Description |
---|
Regex() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static Pattern |
getPattern(String regex) |
static boolean |
match(String regex,
String value) |
static void |
setCacheSize(int size) |
Copyright © 2020. All rights reserved.