File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree 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:
829829Rule Parameter Description Example
830830======================= ========== ============================================= ===================================================
831831alpha No Fails if field has anything other than
832- alphabetic characters.
832+ alphabetic characters in ASCII .
833833alpha_space No Fails if field contains anything other than
834- alphabetic characters or spaces.
834+ alphabetic characters or spaces in ASCII .
835835alpha_dash No Fails if field contains anything other than
836836 alphanumeric characters, underscores or
837- dashes.
837+ dashes in ASCII .
838838alpha_numeric No Fails if field contains anything other than
839- alphanumeric characters.
839+ alphanumeric characters in ASCII .
840840alpha_numeric_space No Fails if field contains anything other than
841- alphanumeric or space characters.
841+ alphanumeric or space characters in ASCII .
842842alpha_numeric_punct No Fails if field contains anything other than
843843 alphanumeric, space, or this limited set of
844844 punctuation characters: ``~ `` (tilde),
You can’t perform that action at this time.
0 commit comments