i'm a beginner to regex expression so I'm having trouble with this.
Given the string below, how can I write a regular expression that just matches "69144"? Some surrounding text would also be fine, so long as I can narrow this down.
Citations</a></td><td class="cit-borderleft cit-data">69144</td><td class="cit-borderleft
cit data">22047</td></tr><tr class="cit-borderbottom"><td class="cit-caption"><a href="#"
class="cit-dark-link" onclick="return citToggleIndexDef('h_index_definition')" title='
h-index is the largest number h such that h publications have at least h citations.
The second column has the "recent" version of this metric which is the largest
number h such that h publications have at least h new citations in the last 5 years.
'>h-index</a></td><td class="cit-borderleft cit-data">88</td>
I apologize for the string being extremely hard to read.