Hello guys!
Today I happened to download a program called RegexBuddy
This performs its function perfectly, but no such strings for AutoIt.
I ask you if you can translate this string into AutoIt.
\b[a-z]:\\ # Drive
(?:[^\\/:*?"<>|\r\n]+\\)* # Folder
[^\\/:*?"<>|\r\n]* # File
\b[a-z]:\\(?:[^\\/:*?"<>|\r\n]+\\)*[^\\/:*?"<>|\r\n]*
In addition, the string "[az]", should not be corrected ... should not be: "[a-zA-Z]"? Thus, "[:alpha:]"?
I also ask if everything can be limited to a few extensions: *.png and *.jpg
PS: sorry for the previous post, was in the wrong section