I'm scraping this from some site and from this text " See all {a number will be there} employees".
Now this number is separated by "," as in 1,200. So what will be the regex to generalize as it could be 200 or 1,200 or 12,345,098.
Attempt
[0-9]+\.[0-9]+