Regular expressions

Post Reply
Iluvatar
Posts: 3
Joined: 08 Oct 2014, 19:05

Regular expressions

Post by Iluvatar » 09 Oct 2014, 18:22

Hi,

thank you for your fast help yesterday!
I have an additional question:
What regular expression engine do you use, and can I avoid links containing a string? (like, when it contains: "[IMG]" - don't match).

Thank's in advance

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: Regular expressions

Post by Maksym » 10 Oct 2014, 10:06

You can read about Regular Expressions used in Extreme Picture Finder here:

http://www.exisoftware.com/picture_find ... sions.html

If you want to make Extreme Picture Finder skip some links - use [ Filters -> Excluded URLs ] section of the project properties. You can add as many Regular Expressions here as you need. In your case you can simply add

[IMG]

to make Extreme Picture Finder skip any URL containing "[IMG]".

de2apandi
Posts: 70
Joined: 31 Oct 2014, 04:43

Re: Regular expressions

Post by de2apandi » 08 Nov 2014, 03:22

Can regular expression tutorials coupled with examples and explanations website http more. It may be in the form of a PDF

Thank you.

Post Reply