Module:system.validators.text
From NoxBot the modular PHP IRC bot
| Module: system.validators.text | |
|---|---|
| Developer | Mark Sanders |
| Namespace | system.validators |
| Validators | Alpha Special |
| Copyright | 2005-2009 Mark Sanders |
| License | GNU GPLv3 |
Description
This module, command or validator is not properly documented yet. The behavior of the module, command or validator can change or be removed without notice.
Validators
Alpha
This module, command or validator is not properly documented yet. The behavior of the module, command or validator can change or be removed without notice.
AlphaNumericSpecial
This module, command or validator is not properly documented yet. The behavior of the module, command or validator can change or be removed without notice.
AlphaNummeric
This module, command or validator is not properly documented yet. The behavior of the module, command or validator can change or be removed without notice.
NamespaceString
This module, command or validator is not properly documented yet. The behavior of the module, command or validator can change or be removed without notice.
Regex
This validates the input according to the regular expression provided as validator argument.
You can read PCRE Patterns from the PHP.net manual for the format used in as validator argument.
Here is an example:
'r:regex:user:/^[a-z0-9_]+$/i'
This will match all text a-z and A-Z and 0-9 and the _ (underscore) only if the provided argument is completely made out of these characters.
SettingsName
This module, command or validator is not properly documented yet. The behavior of the module, command or validator can change or be removed without notice.
Special
This module, command or validator is not properly documented yet. The behavior of the module, command or validator can change or be removed without notice.
Copyright and License
Copyright (C) 2005-2009 Mark Sanders
License: GNU GPLv3
User comments
|
Below you can find comments and annotations added by users. |
No comments added yet. Be the first to add a new comment. Be sure that you understand the guidelines of commenting.
|
User comments can include false information. We are not responsble for the content posted by users. |
|
Useful links for NoxBot users | |||||
|
Browse through the functionality of NoxBot by | |||||
|
Useful links for NoxBot Developers and module writers | |||||

