Re: Message Finder: searching for '([^/]++.|)' and simple '++' fails without using regexp

2004-03-03 Thread dAniel hAhler
Hello bats, on Thu, 26. Feb 2004 at 00:53:16 +0100 I wrote: I want to search with the Message Finder for mails containing ([^/]++.|) (without ) in the body, but this is not possible without using regular expressions and escaping nearly every character. [snip] no comments? -- shinE!

Message Finder: searching for '([^/]++.|)' and simple '++' fails without using regexp

2004-02-25 Thread dAniel hAhler
Hello TBUDL, I want to search with the Message Finder for mails containing ([^/]++.|) (without ) in the body, but this is not possible without using regular expressions and escaping nearly every character. I then get 38 results, which appears to be right. With plain ([^/]++.|) I get 1858 results