Home

A free C++ BitTorrent/HTTP/FTP Download Client

search_with_regular_expressions
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
search_with_regular_expressions [2022/11/14 07:16] wxheresearch_with_regular_expressions [2022/11/14 07:19] (current) wxhere
Line 7: Line 7:
   * name contains key1 **AND** key2 <code>(?=.*key1)(?=.*key2)</code>   * name contains key1 **AND** key2 <code>(?=.*key1)(?=.*key2)</code>
   * name does **NOT** contain key <code>^(?!.*key)</code>   * name does **NOT** contain key <code>^(?!.*key)</code>
-  * name does **NOT** contain key1 or key2 <code>^(?!.*(key1|key2))</code>+  * name contains **NEITHER** key1 **NOR** key2 <code>^(?!.*(key1|key2))</code>
   * name does **NOT** contain key1, but contains key2 <code>^(?!.*key1)(?=.*key2)</code>   * name does **NOT** contain key1, but contains key2 <code>^(?!.*key1)(?=.*key2)</code>
 
search_with_regular_expressions.1668410188.txt.gz · Last modified: 2022/11/14 07:16 by wxhere
Recent changes RSS feed Driven by DokuWiki