Skip to main content
1

🔒 Security Checks

bool
Checks if the string meets customizable password complexity requirements (length, uppercase, numbers, special characters).
bool
Checks if the string is a valid, unexpired JSON Web Token (JWT). Verifies structure, decodes payload, and checks the exp (expiry time) field.
This does NOT verify the signature for authenticity.
2

📧 General Format Checks

bool
Checks if the string conforms to a standard email address format (user@domain.tld).
bool
Checks if the string is a valid URL format, covering common protocols (http, https) and TLDs.