The ^ imediately after the open bracket ( as in [^ ) means anything EXCEPT
whatever is inside the brackets.  So in your example:

pattern#1 = destination-pattern 7[^4]...$
pattern#2 = destination-pattern 74...$

Pattern #1 would match 75111 but not 74111.
Pattern #2 would match 74111 but not 75111.



 :)



On Wed, Jun 4, 2008 at 4:30 PM, FrogOnDSCP46EF <[EMAIL PROTECTED]>
wrote:

> Hi group,
>
> pattern#1 = destination-pattern 7[^4]...$
> pattern#2 = destination-pattern 74...$
>
> Can anyone tell me whats the difference between patter1 vs pattern 2?
>
>
> --
> Smile, you'll save someone else's day!
> Frog




-- 
Matthew Bynum
Senior Consultant
ProSys

Reply via email to