View Single Post
  #5   Report Post  
Jezebel
 
Posts: n/a
Default

Klaus, try it!



"Klaus Linke" wrote in message
...
"Jezebel" wrote:
Some of the regular expression gurus might have better suggestions, but

you
can use --

Hello[!^013]*world

to find all instances of "Hello ... world" within one paragraph. You

need
'Use wildcards' checked, and the test is case sensitive.


Find what: Hello[!^13]@world
would work as advertised...
The * wildcard matches anything, so the match wouldn't be restricted to a
paragraph.

Regards,
Klaus