I need two regex regular expressions. One that will find the second block of numbers and one that will find the third block of numbers. My data is like this:
8782910291827182 04 1988 081
One code to find the 04
and other to find the 1988
. I already have the expression to find the first 16 numbers and the last 3 numbers, but I am stuck in finding those 2 numbers of the second and third section.
Find 2 numbers:
Find 4 numbers: