Hello team! I want to extract a value from a file name between '-' and '_'. For example the file name is: 24-001_Daniel Vargas_1/10/2024. The value to extract would be '001' but I am having '001_Daniel Vargas' with this formula:
-(.+)_
What is wrong? I left an image like reference
Thanks in advance.