Regex

PAULSID

New Member
I am trying to use regex to either retrieve af 14 digit number or 16 digit number, but when it stores in the output it only retrieved the 14 digit number, I’m using the code
“\d{14}|\d{16}”
I thought this would return either one but even if it’s 16 digits it just returned the first 14?
 
Top