Module vibe.utils.validation

String validation routines

Functions

Name Description
validateEmail Provides a simple email address validation.
validateIdent Validates an identifier string as used in most programming languages.
validatePassword Checks a password for minimum complexity requirements
validateString Checks if a string falls within the specified length range.
validateUserName Validates a user name string.

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.