No problem!
Nigelās post here has the correct regex to use:
I did a quick example with the file name example you gave, which first replaces the hyphens in the string with spaces, extracts it with regex in a multiline input, and then displays each segment in a repeating group:
Editor:
Preview:
If youād like to save different parts of that file name to different fields, you could reference the parts using āitem #ā from the repeating group. Is this what you were trying to set up?