public class SimpleRegex extends Object
SimpleRegex re = new SimpleRegex("the qu.ck .* dog", true);
boolean matches = re.matches("The quick fox jumped over the lazy dog");
Constructor and Description |
---|
SimpleRegex(String expr,
boolean caseInsensitive) |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.