Well I wish you would have mentioned that to begin with, it's much easier.

To allow text as ".5"
Code:
$regex($1-,/\.[5-9]/S)


To force the full dollar amount "$0.5":
Code:
$regex($1-,/\x24\d+\.[5-9]/S)

Last edited by Loki12583; 24/07/14 02:12 AM.