Having these two types of string:
1625212673449-2021_07_02_07_55_05_111040_0CM.csv.zip
1635508858063-1625212673449-2021_07_02_07_55_05_111040_0CM.csv.zip
How can I get using regex the 111040 part of the string? It has always 6 digits.
My approach is: "Take the 6 digit code after the YYYY_MM_DD_HH_MM_SS_ part", but any other approach is also welcome.
EDIT: The last part _0CM.csv.zip can be suceptible to change.
Thanks in advance.