Skip to content

Commit 75676bd

Browse files
committed
docs: make it clear these rules accept only ASCII alphabets
1 parent 99ef79b commit 75676bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

user_guide_src/source/libraries/validation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -829,16 +829,16 @@ The following is a list of all the native rules that are available to use:
829829
Rule Parameter Description Example
830830
======================= ========== ============================================= ===================================================
831831
alpha No Fails if field has anything other than
832-
alphabetic characters.
832+
alphabetic characters in ASCII.
833833
alpha_space No Fails if field contains anything other than
834-
alphabetic characters or spaces.
834+
alphabetic characters or spaces in ASCII.
835835
alpha_dash No Fails if field contains anything other than
836836
alphanumeric characters, underscores or
837-
dashes.
837+
dashes in ASCII.
838838
alpha_numeric No Fails if field contains anything other than
839-
alphanumeric characters.
839+
alphanumeric characters in ASCII.
840840
alpha_numeric_space No Fails if field contains anything other than
841-
alphanumeric or space characters.
841+
alphanumeric or space characters in ASCII.
842842
alpha_numeric_punct No Fails if field contains anything other than
843843
alphanumeric, space, or this limited set of
844844
punctuation characters: ``~`` (tilde),

0 commit comments

Comments
 (0)