public class RegexUtils extends Object
Constructor and Description |
---|
RegexUtils() |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
getMatches(Pattern p,
String text) |
static Collection<String> |
getMatches(String pattern,
String text) |
static String |
quoteReplacement(String replacementText) |
public static Collection<String> getMatches(String pattern, String text)
public static Collection<String> getMatches(Pattern p, String text)
Copyright © 2003–2015 Atlassian. All rights reserved.