public class Patterns extends Object
Patterns()
static boolean
find(String regex, String content)
static Pattern
getPattern(String regex)
static Matcher
matcher(String regex, String content)
matches(String regex, String content)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Patterns()
public static boolean find(String regex, String content)
public static boolean matches(String regex, String content)
public static Matcher matcher(String regex, String content)
public static Pattern getPattern(String regex)
Copyright © 2024 fossc. All rights reserved.