Package com.atlassian.confluence.util
Class RegexUtils
- java.lang.Object
-
- com.atlassian.confluence.util.RegexUtils
-
public class RegexUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description RegexUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<String>
getMatches(String pattern, String text)
static Collection<String>
getMatches(Pattern p, String text)
static String
quoteReplacement(String replacementText)
-
-
-
Method Detail
-
getMatches
public static Collection<String> getMatches(String pattern, String text)
-
getMatches
public static Collection<String> getMatches(Pattern p, String text)
-
-