You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This regex that has | in it should work in scan, but it is not working. I am using the UI for my scan purposes (the logs clearly show the problem is with the operator |
The first part of the regex ^..(?!pdf$)[^.]$ works nicely and the second part of the regex after | works too separately. if it helps you understand what regex is trying to do: it is excluding any file that doesn't end in PDF and it is excluding any files that is not starting with 2024-11 (Nov. month).
Just create the file names listed in the regex101 link on the system and check. It has taken me at least a day to find this bug. thanks
The text was updated successfully, but these errors were encountered:
Please see https://regex101.com/r/NJB1K4/1
This regex that has | in it should work in scan, but it is not working. I am using the UI for my scan purposes (the logs clearly show the problem is with the operator |
The first part of the regex ^..(?!pdf$)[^.]$ works nicely and the second part of the regex after | works too separately. if it helps you understand what regex is trying to do: it is excluding any file that doesn't end in PDF and it is excluding any files that is not starting with 2024-11 (Nov. month).
Just create the file names listed in the regex101 link on the system and check. It has taken me at least a day to find this bug. thanks
The text was updated successfully, but these errors were encountered: