Package com.atlassian.jira.matchers
Class RegexMatchers
java.lang.Object
com.atlassian.jira.matchers.RegexMatchers
Set of convenient matchers for checking regular expressions
- Since:
- v6.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher
<String> regexMatches
(String regex) static org.hamcrest.Matcher
<String> regexMatchesNot
(String regex) static org.hamcrest.Matcher
<String> regexMatchesPattern
(Pattern pattern) static org.hamcrest.Matcher
<String> regexMatchesPatternNot
(Pattern pattern)
-
Constructor Details
-
RegexMatchers
public RegexMatchers()
-
-
Method Details
-
regexMatches
-
regexMatchesNot
-
regexMatchesPattern
-
regexMatchesPatternNot
-