Hello ,
Please help me use the regex tool for the below output
Input
I10257700007 |
I13493600001 |
I64961600001 |
I07698300001 |
I03660900002 |
Output
I10257700007 | I102577 | 00007 |
I13493600001 | I134936 | 00001 |
I64961600001 | I649616 | 00001 |
I07698300001 | I076983 | 00001 |
I03660900002 | I036609 | 00002 |
Solved! Go to Solution.
Hi,
I am interested in why you have two values in your brackets for digits? Initially, I assumed you need 1 number to signify the length of digits e.g. d{6}= 6 digits. What does d{6,6,} mean?