Password.length
$password.length() -> number
Description
Get the number of characters in the plaintext password.
// Ex: 's3cr3tPhras3'
$newPass = Input.get('newPassword')
$newPass.length()
//= 12
Get the number of characters in the plaintext password.
// Ex: 's3cr3tPhras3'
$newPass = Input.get('newPassword')
$newPass.length()
//= 12