Filenames ending in e.g. 12×34 are excluded
-
Encountered what appears to be a regex bug which causes a certain naming pattern to be excluded. It seems to affect file names that match the following regex:
/(\d{2})x(\d+)/ig
The following examples would be excluded:
- abc123x321.jpg
- 12X32.png
The following examples would not be affected:
- X123xX321.jpg
- 1×32.png
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Filenames ending in e.g. 12×34 are excluded’ is closed to new replies.