While there's probably a better way to handle it, this will match xxx,xxx words (or Words):
https://regex101.com/r/YhHpr3/1
For other digits, just edit the two {3} bits to reflect the number of digits.
EDIT: Here's an improved version that can handle other numbers of digits:
https://regex101.com/r/YhHpr3/2