Try this:
/Results <b>[\d,]+ thru [\d,]<\/b> of\s+([\d,]+)/Or, if this number will always be at the end of the line (save maybe for whitespace):
/([\d,]+)\s*$/Updated: per Skeeve's correction, below, I escaped the / in </b>. (And not only didn't I downvote it, I upvoted it. Corrections: good.)
In reply to Re: Simple regex with numbers
by Zed_Lopez
in thread Simple regex with numbers
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |