Hi
I have following data set
a/b/c/d/E_F_G_H_20230201_20220646_EXEMPTION_20225786.CSV
I need only E_F_G_H
Hi @BRRLL99
I'm sure there's many ways to do this, but here's one option:
.*(\u_\u_\u_\u).*
Used the following to get this. However, with only a single line of data to check against and what looks to be dummied names (A-E) I've got no idea if this will satisfy your actual data:
.+\/(\D+)_