This is an old revision of the document!
Users can filter the task list and torrent list by name using regular expressions. Examples:
key
key1|key2
(?=.*key1)(?=.*key2)
^(?!.*key)
^(?!.*key1|key2)
^(?!.*key1)(?=.*key2)