RGex Builder Platform - v1.2.0
🔗 Examples
💡 Feature Requests
📖 T2R & T2V Guide
📖 Modular Imports
Preparing search index...
RGex
PasswordValidationOptions
Interface PasswordValidationOptions
interface
PasswordValidationOptions
{
minLength
?:
number
;
maxLength
?:
number
;
hasNumber
?:
boolean
;
hasSpecial
?:
boolean
;
hasUpperChar
?:
boolean
;
hasLowerChar
?:
boolean
;
hasSymbol
?:
boolean
;
hasUnicode
?:
boolean
;
noSequential
?:
boolean
;
noRepeating
?:
boolean
;
noCommonWords
?:
boolean
;
customPattern
?:
string
;
}
Index
Properties
min
Length?
max
Length?
has
Number?
has
Special?
has
Upper
Char?
has
Lower
Char?
has
Symbol?
has
Unicode?
no
Sequential?
no
Repeating?
no
Common
Words?
custom
Pattern?
Properties
Optional
min
Length
minLength
?:
number
Optional
max
Length
maxLength
?:
number
Optional
has
Number
hasNumber
?:
boolean
Optional
has
Special
hasSpecial
?:
boolean
Optional
has
Upper
Char
hasUpperChar
?:
boolean
Optional
has
Lower
Char
hasLowerChar
?:
boolean
Optional
has
Symbol
hasSymbol
?:
boolean
Optional
has
Unicode
hasUnicode
?:
boolean
Optional
no
Sequential
noSequential
?:
boolean
Optional
no
Repeating
noRepeating
?:
boolean
Optional
no
Common
Words
noCommonWords
?:
boolean
Optional
custom
Pattern
customPattern
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
min
Length
max
Length
has
Number
has
Special
has
Upper
Char
has
Lower
Char
has
Symbol
has
Unicode
no
Sequential
no
Repeating
no
Common
Words
custom
Pattern
🏠 Home
📚 GitHub
🐛 Report Issues
📦 NPM
🔗 Examples
💡 Feature Requests
📖 T2R & T2V Guide
📖 Modular Imports
RGex Builder Platform - v1.2.0
Loading...