Hi all,
I've tried reading up on regular expressions but I am drawing a blank as to how to extract from a string 3 consecutive digits (no more, no less).
So if I have:
<tbody>
A
B
1
String:
my test 1: 123 string 23: 456 that I need to extract numbers 25 789 from.
2
Expected Output...