Title |
Test
Find
Blood Pressure
|
Expression |
^\b(29[0-9]|2[0-9][0-9]|[01]?[0-9][0-9]?)\\/(29[0-9]|2[0-9][0-9]|[01]?[0-9][0-9]?)$ |
Description |
Validates blood pressure in the format systolic/diastolic.
both systolic or diastolic can be any number between 1 and 299
|
Matches |
172/58 |
Non-Matches |
200/ or 128/369 |
Author |
Rating:
Marc Lang
|
Source |
|
Your Rating |
|
Title: This works
Name: Serge
Date: 7/21/2011 5:47:01 PM
Comment:
^(29[0-9]|2[0-9][0-9]|[01]?[0-9][0-9]?)/(29[0-9]|2[0-9][0-9]|[01]?[0-9][0-9]?)$
Title: This works
Name: Serge
Date: 7/21/2011 5:46:41 PM
Comment:
^(29[0-9]|2[0-9][0-9]|[01]?[0-9][0-9]?)/(29[0-9]|2[0-9][0-9]|[01]?[0-9][0-9]?)$
Title: No workie?
Name: guest
Date: 3/2/2010 10:41:47 AM
Comment:
I clicked on TEST button (top right) and copy/paste 172/58 into Source and get no resuts...
Tried same expression on different site (regex tester) with same results...???