i am getting started with regex in java and am trying to extract the number 99999 from a String which looks like:
<result name="response" numFound="99999" start="0">
Can you suggest me what can be the most efficient regex to achieve that? Thanks!