react-validatables
Preparing search index...
checkStringNotMatchesRegex
Function checkStringNotMatchesRegex
checkStringNotMatchesRegex
(
regex
:
RegExp
,
validationError
?:
ValidationError
,
)
:
ValidationCheckerFunction
<
string
>
Results in "validity" for any string that does not match any the specified regular expression
Parameters
regex
:
RegExp
validationError
:
ValidationError
= defaultValidationError
Returns
ValidationCheckerFunction
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-validatables
Loading...
Results in "validity" for any string that does not match any the specified regular expression