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

Next revision
Previous revision
search_with_regular_expressions [2022/11/10 10:25] – created wxheresearch_with_regular_expressions [2022/11/14 07:19] (current) wxhere
Line 1: Line 1:
-Users can filter the task list by name using regular expressions.+====== Search tasks or torrents with regular expressions ====== 
 + 
 +Users can filter the task list and torrent list by name using regular expressions. Examples:
  
   * name contains key <code>key</code>   * name contains key <code>key</code>
Line 5: 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, but contains key2 <code>^(?!.*key1)(?=.*key2)</code>+  * name does **NOT** contain key1, but contains key2 <code>^(?!.*key1)(?=.*key2)</code>
 
search_with_regular_expressions.1668075923.txt.gz · Last modified: 2022/11/10 10:25 by wxhere
Recent changes RSS feed Driven by DokuWiki