com.atlassian.confluence.util
Class RegexUtils

java.lang.Object
  extended bycom.atlassian.confluence.util.RegexUtils

public class RegexUtils
extends Object


Constructor Summary
RegexUtils()
           
 
Method Summary
static Collection getMatches(Pattern p, String text)
           
static Collection getMatches(String pattern, String text)
           
static String quoteReplacement(String replacementText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexUtils

public RegexUtils()
Method Detail

getMatches

public static Collection getMatches(String pattern,
                                    String text)

getMatches

public static Collection getMatches(Pattern p,
                                    String text)

quoteReplacement

public static String quoteReplacement(String replacementText)


Confluence is developed by Atlassian.