com.atlassian.confluence.util
Class RegexUtils
java.lang.Object
com.atlassian.confluence.util.RegexUtils
public class RegexUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexUtils
public RegexUtils()
getMatches
public static Collection<String> getMatches(String pattern,
String text)
getMatches
public static Collection<String> getMatches(Pattern p,
String text)
quoteReplacement
public static String quoteReplacement(String replacementText)