Search found 3 matches

by vklaffehn
Thu May 10, 2018 1:03 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723426

Re: DropIt

Regarding RegEx, I ALWAYS tend to point to the documentation: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm In your concerns it's quite easy. Try the following regex: (?s)(This).*(test) This should be it. Best regards Hi! I already looked there but I just missed that (?s) thi...
by vklaffehn
Sat Feb 24, 2018 1:29 pm
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723426

Re: DropIt

Hi! I'm fighting with that RegEx-Rule. I just cant get it to work as I want. I have OCR'ed PDF documents and want to use FileContentMatch-variables in the filename. For Example I have a PDF wich always has the string 'Certificate' on top, and, after some other text, the title of the certificate aft...
by vklaffehn
Thu Feb 22, 2018 1:34 am
Forum: Portable Freeware Development
Topic: DropIt
Replies: 1532
Views: 4723426

Re: DropIt

Hi! I'm fighting with that RegEx-Rule. I just cant get it to work as I want. I have OCR'ed PDF documents and want to use FileContentMatch-variables in the filename. For Example I have a PDF wich always has the string 'Certificate' on top, and, after some other text, the title of the certificate afte...