Search
Preparing search index...
The search index is not available
Ingenico Connect JavaScript SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"index.d"
"connectsdk.ValidationRuleRegularExpression"
ValidationRuleRegularExpression
Class ValidationRuleRegularExpression
Hierarchy
ValidationRuleRegularExpression
Implements
ValidationRule
Index
Constructors
constructor
Properties
error
Message
Id
json
regular
Expression
type
Methods
validate
validate
Value
Constructors
constructor
new
Validation
Rule
Regular
Expression
(
json
:
ValidationRuleDefinition
<
RegularExpressionValidatorJSON
>
)
:
ValidationRuleRegularExpression
Parameters
json:
ValidationRuleDefinition
<
RegularExpressionValidatorJSON
>
Returns
ValidationRuleRegularExpression
Properties
Readonly
error
Message
Id
error
Message
Id
:
string
Readonly
json
json
:
ValidationRuleDefinition
<
RegularExpressionValidatorJSON
>
Readonly
regular
Expression
regular
Expression
:
string
Readonly
type
type
:
string
Methods
validate
validate
(
value
:
string
)
:
boolean
Parameters
value:
string
Returns
boolean
validate
Value
validate
Value
(
request
:
ValidatableRequest
, fieldId
:
string
)
:
boolean
Parameters
request:
ValidatableRequest
fieldId:
string
Returns
boolean
Globals
Validation
Rule
Regular
Expression
constructor
error
Message
Id
json
regular
Expression
type
validate
validate
Value