Package com.atlassian.validation
Class RegexValidator
java.lang.Object
com.atlassian.validation.RegexValidator
- All Implemented Interfaces:
Validator
Validates that a given string is a valid regular expression. This is not the same question as whether you should let
it loose on your production system.
- Since:
- v4.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.validation.Validator
Validator.Result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidate the given string to see if it passes and if not, why not.
-
Constructor Details
-
RegexValidator
public RegexValidator()
-
-
Method Details
-
validate
Description copied from interface:Validator
Validate the given string to see if it passes and if not, why not.
-