Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
^\d*\d?((5)|(0))\.?((0)|(00))?$
|
Description |
Based on a pattern I found on this site, this pattern verifies that a number is a multiple of 5. Basically checks the last number before the decimal point to see if it's a 5 or 0. Also works on non-decimal numbers.
Thanks to Narsi V for the base pattern
http://www.regxlib.com/REDetails.aspx?regexp_id=82
|
Matches |
15.00 | 20 | 200.00
|
Non-Matches |
23.00 | 12 | 50.80
|
Author |
Rating:
Not yet rated.
Adam Weber
|
Displaying page
of
pages;
Items to