| java.lang.Object | |
| ↳ | com.atlassian.validation.RegexValidator |
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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Validate the given string to see if it passes and if not, why not.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.validation.Validator
| |||||||||||||
Validate the given string to see if it passes and if not, why not.
| value | all validation input is a String. |
|---|

