public class RegexUtils extends Object
RegexUtils()
static String
getFirstGroup(String regex, String text)
getGroup(String regex, String text, int index)
static List<String>
getList(String regex, String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RegexUtils()
public static String getFirstGroup(String regex, String text)
public static String getGroup(String regex, String text, int index)
public static List<String> getList(String regex, String text)
Copyright © 2024. All rights reserved.