(?s)(?i)Page 1.*([0-9]{3}).*
Select allOpen in new window
Page\s+1\s+of\s+([0-9]{3})
Page\s+1\s+of\s+([0-9]+)
The only issue i m facing now is to get the total number of pages. I m trying to use this regex
Open in new window
and its returning me 103 which is correct.Can I ask how can we tweak this regex to pick 3 or more digit numbers as well?