Showing posts with label Opt-In List Filter. Show all posts
Opt-In List Filter 1.5
New version of Opt-In List Filter allows to process multi-column lists.
You can choose which column to filter and select column delimiter.
Download Opt-In List Filter
You can choose which column to filter and select column delimiter.
Download Opt-In List Filter
Opt-In List Filter 1.3
[+] Wildcard matching. It is simpler than regexps and has these features:
- c - Any character represents itself apart from those mentioned below. Thus c matches the character c.
- ? - Matches any single character. It is the same as . in full regexps.
- * - Matches zero or more of any characters. It is the same as .* in full regexps.
- [...] - Sets of characters can be represented in square brackets, similar to full regexps. Within the character class, like outside, backslash has no special meaning.
Opt-In List Filter 1.2
New in version 1.2:
[+] "List (comma-separated)" expression type.
[+] "Case Sensitive" option.
[+] Example on the picture below do the following:
1. Keep all domains that end with ".com" or ".net", exclude usernames with "admin" substring from them.
2. Keep all domains that end with ".org", exclude usernames with "support" substring from them.
Subscribe to:
Posts (Atom)



