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 |