com.atlassian.confluence.util
Class RegexUtils

java.lang.Object
  extended by com.atlassian.confluence.util.RegexUtils

public class RegexUtils
extends Object


Constructor Summary
RegexUtils()
           
 
Method Summary
static Collection<String> getMatches(Pattern p, String text)
           
static Collection<String> 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<String> getMatches(String pattern,
                                            String text)

getMatches

public static Collection<String> getMatches(Pattern p,
                                            String text)

quoteReplacement

public static String quoteReplacement(String replacementText)


Copyright © 2003-2012 Atlassian. All Rights Reserved.