<<< Date Index >>>     <<< Thread Index >>>

Re: pattern case sensitivity



Hello,

* Nicolas Rachinsky <list@xxxxxxxxxxxx> [050404 17:56]:

> From The Fine Manual (the section talking about regular expressions):
>        The search is case sensitive if the pattern contains at least
>        one upper case letter, and case insensitive otherwise.

This is true with one exception: Alternates are always case insensitive.
But for eMail addresses this makes - as already pointed out above -
sense.

        Thomas