summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/form_validation.rst
diff options
context:
space:
mode:
authorSajan Parikh <sajan@noppix.com>2013-02-04 19:25:49 +0100
committerSajan Parikh <sajan@noppix.com>2013-02-04 19:25:49 +0100
commitdf3bfed9c19fe22d6449e2ee78ca5bd2fe9c6476 (patch)
tree7618eb5aa281509e4029992637a35c7a84cb0b51 /user_guide_src/source/libraries/form_validation.rst
parent9c0b890bb15394d8d6d976df65a9aa7c19c1c33d (diff)
Cleaned up for pull request.
Signed-off-by: Sajan Parikh <sajan@noppix.com>
Diffstat (limited to 'user_guide_src/source/libraries/form_validation.rst')
-rw-r--r--user_guide_src/source/libraries/form_validation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/form_validation.rst b/user_guide_src/source/libraries/form_validation.rst
index 51205afa4..8b35fdc75 100644
--- a/user_guide_src/source/libraries/form_validation.rst
+++ b/user_guide_src/source/libraries/form_validation.rst
@@ -879,8 +879,8 @@ Rule Parameter Description
**alpha** No Returns FALSE if the form element contains anything other than alphabetical characters.
**alpha_numeric** No Returns FALSE if the form element contains anything other than alpha-numeric characters.
**alpha_numeric_spaces** No Returns FALSE if the form element contains anything other than alpha-numeric characters
- or spaces. Should be used after trim to avoid spaces at the beginning or end.
-**alpha_dash** No Returns FALSE if the form element contains anything other than alpha-numeric characters,
+ or spaces. Should be used after trim to avoid spaces at the beginning or end.
+**alpha_dash** No Returns FALSE if the form element contains anything other than alpha-numeric characters,
underscores or dashes.
**numeric** No Returns FALSE if the form element contains anything other than numeric characters.
**integer** No Returns FALSE if the form element contains anything other than an integer.