by Asheville » Mon May 02, 2022 4:05 pm
Until there is a version of Regexp for MM5, I am using it with MM4. Preset #207 is the only one that I found that will capture the name of the last folder. It isn't working for me.
I tried to understand the 'expression' language so I could figure out what went wrong, but I don't get it.
Can anyone tell me perhaps what I need to change?
RegExp(RegExpEx(oSongData.Path, "\\([^\\]+)\\([^\\]+)\.([^\.\\]+)$", 0, 0), "^([^-]*)(?=\s-\s.*)", 0)
TY,
Michael
Until there is a version of Regexp for MM5, I am using it with MM4. Preset #207 is the only one that I found that will capture the name of the last folder. It isn't working for me.
I tried to understand the 'expression' language so I could figure out what went wrong, but I don't get it.
Can anyone tell me perhaps what I need to change?
RegExp(RegExpEx(oSongData.Path, "\\([^\\]+)\\([^\\]+)\.([^\.\\]+)$", 0, 0), "^([^-]*)(?=\s-\s.*)", 0)
TY,
Michael