Re: Multiple excludes
Daniel Naber <[email protected]>
| Newsgroups | gmane.comp.web.perlfect-search |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday 27 August 2002 17:04, Gaston Groisman wrote: > Can I exclude 2 different paths in one exclude statemente or using two > esclude statements ? > > Can I include or exclude using "*" as in <input type="hidden" > name="include" value="/foo/*/bar/"> ? Two paths can be included/excluded with the pipe: <input type="hidden" name="include" value="/one|/two"> Also you can use any regular expression, e.g. <input type="hidden" name="include" value="/foo/.*/bar"> regards Daniel -- http://www.danielnaber.de _______________________________________________ perlfect-search mailing list [email protected] To unsubscribe, set other personal options or view the list archives please visit: http://perlfect.com/mailman/listinfo/perlfect-search