Package com.atlassian.confluence.util
Class RegexUtils
java.lang.Object
com.atlassian.confluence.util.RegexUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<String>
getMatches
(String pattern, String text) static Collection<String>
getMatches
(Pattern p, String text) static String
quoteReplacement
(String replacementText)
-
Constructor Details
-
RegexUtils
public RegexUtils()
-
-
Method Details
-
getMatches
-
getMatches
-
quoteReplacement
-