I have a number of strings like these. The numbers can be infinitely long.
<a href="?page=1">1</a>
<a href="?page=13">13</a>
<a href="?page=13121">13121</a>
<a href="?page=1389988797">1389988797</a>
What is the quickest and most code efficient way to pull JUST the number from these NSStrings?