[ List Archives Home ] [ Thread index for 2008 ] [ Date index for 2008 ] [ Author index for 2008 ]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
> I've tested these expressions on exported email address fields using
> egrep, and they work as expected. So I guess the question is why don't
> they work in Create Lists?
>
> Unless anybody here knows something that would explain why these
> expressions won't work in Millennium, I think it's time for another call
> to the help desk...

For starters, regular expression support in Create Lists isn't the
same as egrep. For example, try using a pipe, question mark, back
reference, character class, or performing a case sensitive search.
It's best to test expressions on records that are in the system rather
than using another utility.

Even when the regular expression support is exactly the same for the
need at hand, sometimes the field you are matching against may not be
stored the way you expect.

kyle