RGex Builder Platform - v1.2.0
🔗 Examples
💡 Feature Requests
📖 T2R & T2V Guide
📖 Modular Imports
Preparing search index...
RGex
LENGTH_PATTERNS
Variable LENGTH_PATTERNS
Const
LENGTH_PATTERNS
:
{
"min length"
:
(
length
:
number
)
=>
ValidationRule
;
"max length"
:
(
length
:
number
)
=>
ValidationRule
;
"minimum length"
:
(
length
:
number
)
=>
ValidationRule
;
"maximum length"
:
(
length
:
number
)
=>
ValidationRule
;
}
= ...
A mapping for length-related validation rule factories.
Type declaration
min length
:
(
length
:
number
)
=>
ValidationRule
max length
:
(
length
:
number
)
=>
ValidationRule
minimum length
:
(
length
:
number
)
=>
ValidationRule
maximum length
:
(
length
:
number
)
=>
ValidationRule
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
🏠 Home
📚 GitHub
🐛 Report Issues
📦 NPM
🔗 Examples
💡 Feature Requests
📖 T2R & T2V Guide
📖 Modular Imports
RGex Builder Platform - v1.2.0
Loading...
A mapping for length-related validation rule factories.