show video files where the folders they exists within match their file name.
e.g.
filename: example-video.mp4
that exists in the folder: example-video
Code: Select all
regex:^.*\\(.+?)\\\1\.[^\.\\]*$
The answer is yes, but I have no idea what you actually mean. Can you give an example (or two) of files/folders that should match/ should not match?zonetrooperex wrote: Sun Feb 13, 2022 7:02 pm Can it be modified to match on the first 12 characters?
Code: Select all
regex:^.*\\([^\\]{12})[^\\]*\\\1[^\\]*$