-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Current regex '[/\\\\]\d+[/\\\\]'
Line 20 in bf40a6e
| image_regex = re.compile('[/\\\\]\d+[/\\\\]') |
does not detect an image stored in a folder like that (created via a plugin that does date based folders)
On google I found '^[A-Z]:(\\[^\v\\]+)+\\?$|^/?([^\v/]+/)+' which works for windows and linux.
Metadata
Metadata
Assignees
Labels
No labels