Hi,
I am trying to regex this -
field 1 | date |
TEST_User_20221031.del | 20221031 |
TEST_User_202210.del | 202210 |
Regex im using on field 1 -
_(\d+)\.
How can I make it so date is 202210 for both outputs?
Solved! Go to Solution.
@wonka1234 Another way of doing this