File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -829,16 +829,16 @@ The following is a list of all the native rules that are available to use:
829
829
Rule Parameter Description Example
830
830
======================= ========== ============================================= ===================================================
831
831
alpha No Fails if field has anything other than
832
- alphabetic characters.
832
+ alphabetic characters in ASCII .
833
833
alpha_space No Fails if field contains anything other than
834
- alphabetic characters or spaces.
834
+ alphabetic characters or spaces in ASCII .
835
835
alpha_dash No Fails if field contains anything other than
836
836
alphanumeric characters, underscores or
837
- dashes.
837
+ dashes in ASCII .
838
838
alpha_numeric No Fails if field contains anything other than
839
- alphanumeric characters.
839
+ alphanumeric characters in ASCII .
840
840
alpha_numeric_space No Fails if field contains anything other than
841
- alphanumeric or space characters.
841
+ alphanumeric or space characters in ASCII .
842
842
alpha_numeric_punct No Fails if field contains anything other than
843
843
alphanumeric, space, or this limited set of
844
844
punctuation characters: ``~ `` (tilde),
You can’t perform that action at this time.
0 commit comments