标签: regex currency
我需要一个正则表达式来接受最大值99999.99 我试过这个: currencyPattern:/ ^(\ d {0,5})(?:。\ d {2})$ /
但它也接受123456和1234567。