RGex Builder Platform - v1.2.0
🔗 Examples
💡 Feature Requests
📖 T2R & T2V Guide
📖 Modular Imports
Preparing search index...
RGex
PasswordValidationResult
Interface PasswordValidationResult
interface
PasswordValidationResult
{
error
:
null
|
{
message
:
string
;
requirements
:
string
[]
}
;
pass
:
{
length
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasNumber
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasSpecial
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasUpperChar
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasLowerChar
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasSymbol
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasUnicode
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
noSequential
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
noRepeating
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
noCommonWords
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
customPattern
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
}
;
score
:
number
;
strength
:
"very-weak"
|
"weak"
|
"fair"
|
"good"
|
"strong"
|
"very-strong"
;
}
Index
Properties
error
pass
score
strength
Properties
error
error
:
null
|
{
message
:
string
;
requirements
:
string
[]
}
pass
pass
:
{
length
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasNumber
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasSpecial
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasUpperChar
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasLowerChar
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasSymbol
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
hasUnicode
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
noSequential
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
noRepeating
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
noCommonWords
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
customPattern
:
{
passed
:
boolean
;
required
:
boolean
;
message
:
string
}
;
}
score
score
:
number
strength
strength
:
"very-weak"
|
"weak"
|
"fair"
|
"good"
|
"strong"
|
"very-strong"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
pass
score
strength
🏠 Home
📚 GitHub
🐛 Report Issues
📦 NPM
🔗 Examples
💡 Feature Requests
📖 T2R & T2V Guide
📖 Modular Imports
RGex Builder Platform - v1.2.0
Loading...