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