package
1.0.1
Repository: https://github.com/bitxx/pholcus.git
Documentation: pkg.go.dev

# Functions

CheckPassword checks if the password matches the format requirements.

# Constants

L Lowercase letters.
L_OR_U Uppercase or lowercase letter.
N Numbers.
S Symbols found on the keyboard (all keyboard characters not defined as letters or numerals) and spaces.
U Uppercase letter.

# Type aliases

Flag password material requirement.