写出一个正则表达式满足式子的要求

Currency, in dollars, represented as a positive decimal number rounded to the nearest one-hundredth. Such numbers begin with the character $, have commas separating each group of three digits to the left of the dccimal point, and end with two digits to the right of the dccimal point, for example, $8,937.43 and $7,777,777.77.

^$\d{1,3}(,\d{3})*.\d{2}

...说中文吧

您好,我是有问必答小助手,您的问题已经有小伙伴帮您解答,感谢您对有问必答的支持与关注!
PS:问答VIP年卡 【限时加赠:IT技术图书免费领】,了解详情>>> https://vip.csdn.net/askvip?utm_source=1146287632