Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Password.length

$password.length() -> number

Description

Get the number of characters in the plaintext password.

// e.g. 's3cr3tPhras3'
$newPass = Input.get('newPassword')

$newPass.length()
//= 12