Deleted user
Deleted user
Not personally convinced, or I miss something. Which other application do you take into consideration for this proposal ? I am used to Kate editor, and not lost with CT...
What you are looking for is a specific **word** search option (not so common AFAIK) The space character ' ' in a text string does not mean 'or', space is...
Then regex `\"view network\"` to find `"view network"` string ? > actually fairly common: search engines I think you mean common for WEB browser search engines. I never had this...
The correct regex syntax to find multiple words (first request / 17 Oct 2020) is words separated by vertical line (| = or). `word1|word2|word3` > I would like an advanced...