Displaying page
of
pages;
Items to
Title |
Test
Details
Names And Addresses Validator
|
Expression |
^(\w(([.-])*)(\s)?)+$
|
Description |
Extension of Alsu Fifty's Simple String pattern: ^(\w(\s)?)+$ that allows inclusion of periods and dashes; useful for validating Name and Address fields
|
Matches |
Dr. Mary Smith-Jones | 123 Beale St.
|
Non-Matches |
123 O'Malley Ave.
|
Author |
Rating:
Not yet rated.
Rex Hurd
|
Title |
Test
Details
GPA Validator
|
Expression |
^[0]|[0-3]\.(\d?\d?)|[4].[0]$
|
Description |
Validates student Grade Point Average (GPA) value (based on U.S. Standard 0 thru 4.0 values)
|
Matches |
0, 1.25, 3.5, 4.0
|
Non-Matches |
4.2, 3.555, 5.1
|
Author |
Rating:
Rex Hurd
|
Displaying page
of
pages;
Items to