<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3020" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>It was very counter intuitive that's for
sure.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Can you send a link where you got that
Jonathan?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Here's one that talk's about a specific example,
but goes against the [^abc] example.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><A
href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/vvfax_c/int_c/dpeer_c/dp_confg.htm">http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/vvfax_c/int_c/dpeer_c/dp_confg.htm</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Specifically, </FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV><FONT face=Arial size=2>A destination pattern including [^752] would
allow matching only for digit strings beginning with 5 or 2, but would not
match any digit strings beginning with 7. This destination pattern entry
essentially behaves the same way as if you had simply included [52] in the
destination pattern. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BLOCKQUOTE>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=jonvoip@gmail.com href="mailto:jonvoip@gmail.com">Jonathan
Charles</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=CarlosOrtiz@bayviewfinancial.com
href="mailto:CarlosOrtiz@bayviewfinancial.com">CarlosOrtiz@bayviewfinancial.com</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=cisco-voip@puck.nether.net
href="mailto:cisco-voip@puck.nether.net">cisco-voip</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, February 05, 2007 5:34
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [cisco-voip] Destination
Pattern Question</DIV>
<DIV><BR></DIV>The first two regular expression characters I learned were ^
and $ (beginning and ending of a string)... (BGP).<BR><BR>To be honest, I
can't see how someone could say that the ^ means NOT...<BR><BR>However, I just
found this: <BR><BR>[^ ] Matches a single character that is not contained
within the brackets. For example, [^abc] matches any character other than "a",
"b", or "c". [^a-z] matches any single character that is not a lowercase
letter. <BR><BR>So, we are wrong, they are right... we
suck.<BR><BR><BR><BR><BR>Jonathan<BR><BR>
<DIV><SPAN class=gmail_quote>On 2/5/07, <B class=gmail_sendername><A
href="mailto:CarlosOrtiz@bayviewfinancial.com">CarlosOrtiz@bayviewfinancial.com</A></B>
<<A
href="mailto:CarlosOrtiz@bayviewfinancial.com">CarlosOrtiz@bayviewfinancial.com</A>>
wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><FONT
face="courier new" size=2>
<P>I agree with your assessment. Just trying to confirm to convince
others.<BR></P></FONT>
<HR>
<SPAN class=q><FONT face="courier new" size=2>
<P> ----- Original Message -----<BR><B> From: </B>"Jonathan
Charles" [<A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:jonvoip@gmail.com"
target=_blank>jonvoip@gmail.com</A>]<BR><B> Sent: </B>02/05/2007 04:25
PM CST<BR><B> To: </B>Carlos Ortiz<BR><B> Cc: </B><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:cisco-voip@puck.nether.net"
target=_blank>cisco-voip@puck.nether.net</A><BR><B> Subject: </B>Re:
[cisco-voip] Destination Pattern Question <BR></P></FONT><BR></SPAN><SPAN
class=q>The ^ matches the beginning of a string.<BR><BR>The [ ] match a
range.<BR><BR>So, my thinking would be that the [^9] should match anything
that begins with a 9<BR><BR>However, so would:<BR><BR>9...<BR><BR>To match
the not-9 do this: <BR><BR>[1-8]...<BR><BR><BR><BR>Jonathan<BR><BR></SPAN>
<DIV><SPAN class=q><SPAN class=gmail_quote>On 2/5/07, <B
class=gmail_sendername><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:CarlosOrtiz@bayviewfinancial.com"
target=_blank>CarlosOrtiz@bayviewfinancial.com</A></B> <<A
onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:CarlosOrtiz@bayviewfinancial.com" target=_blank>
CarlosOrtiz@bayviewfinancial.com</A>> wrote:</SPAN></SPAN><SPAN class=q>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><BR><FONT
face=sans-serif size=2>Can someone confirm what this statement does?
It was added with the idea that everthing will match except
anything beginning with 9. From what I read it looks like it will
match all ext's beginning with 9.</FONT> <BR><BR><FONT face=sans-serif
size=2>destination-pattern [^9]...</FONT> <BR><BR><FONT face=sans-serif
size=2>Carlos</FONT><BR>_______________________________________________<BR>cisco-voip
mailing list<BR><A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:cisco-voip@puck.nether.net"
target=_blank>cisco-voip@puck.nether.net</A><BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="https://puck.nether.net/mailman/listinfo/cisco-voip"
target=_blank>https://puck.nether.net/mailman/listinfo/cisco-voip</A>
<BR><BR></BLOCKQUOTE></SPAN></DIV><BR><BR>_______________________________________________<BR>cisco-voip
mailing list<BR><A onclick="return top.js.OpenExtLink(window,event,this)"
href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</A><BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="https://puck.nether.net/mailman/listinfo/cisco-voip"
target=_blank>https://puck.nether.net/mailman/listinfo/cisco-voip</A><BR><BR><BR></BLOCKQUOTE></DIV><BR>
<P>
<HR>
<P></P>_______________________________________________<BR>cisco-voip mailing
list<BR>cisco-voip@puck.nether.net<BR>https://puck.nether.net/mailman/listinfo/cisco-voip<BR></BLOCKQUOTE></BODY></HTML>