vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.utils.validation

String input validation routines

Functions

NameDescription
validateEmail(str, max_length) Provides a simple email address validation.
validateIdent(str, additional_chars, entity_name, no_number_start) Validates an identifier string as used in most programming languages.
validatePassword(str, str_confirm, min_length, max_length) Checks a password for minimum complexity requirements
validateString(str, min_length, max_length, entity_name) Checks if a string falls within the specified length range.
validateUserName(str, min_length, max_length, additional_chars, no_number_start) Validates a user name string.
Authors

Sönke Ludwig

Copyright

© 2012-2014 Sönke Ludwig

License

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