>From that page:<br><br>Circumflex symbol (^)—When used within brackets, allows you to
eliminate a digit from consideration for dial peer matching purposes.
For example, a destination pattern including [^7] would not match any
string beginning with 7<span style="font-weight: bold;"><br><br><br><br>Jonathan<br></span><br><div><span class="gmail_quote">On 2/5/07, <b class="gmail_sendername">Lelio Fulgenzi</b> <<a href="mailto:lelio@uoguelph.ca">
lelio@uoguelph.ca</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div 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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
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="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;"><span class="q">
<div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- Original Message ----- </div>
<div style="background: rgb(228, 228, 228) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
<b>From:</b>
<a title="jonvoip@gmail.com" href="mailto:jonvoip@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Jonathan
Charles</a> </div></span><div><span class="e" id="q_11094142f2e900b3_2">
<div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> <a title="CarlosOrtiz@bayviewfinancial.com" href="mailto:CarlosOrtiz@bayviewfinancial.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
CarlosOrtiz@bayviewfinancial.com</a>
</div>
<div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Cc:</b> <a title="cisco-voip@puck.nether.net" href="mailto:cisco-voip@puck.nether.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
cisco-voip</a> </div>
<div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> Monday, February 05, 2007 5:34
PM</div>
<div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">CarlosOrtiz@bayviewfinancial.com
</a></b>
<<a href="mailto:CarlosOrtiz@bayviewfinancial.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">CarlosOrtiz@bayviewfinancial.com</a>>
wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font face="courier new" size="2">
<p>I agree with your assessment. Just trying to confirm to convince
others.<br></p></font>
<hr>
<span><font face="courier new" size="2">
</font><p><font face="courier new" size="2"> ----- Original Message -----<br><b> From: </b>"Jonathan
Charles" [<a href="mailto:jonvoip@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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 href="mailto:cisco-voip@puck.nether.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cisco-voip@puck.nether.net</a><br><b> Subject: </b>
Re:
[cisco-voip] Destination Pattern Question <br></font></p><br></span><span>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><span class="gmail_quote">On 2/5/07, <b class="gmail_sendername"><a href="mailto:CarlosOrtiz@bayviewfinancial.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">CarlosOrtiz@bayviewfinancial.com
</a></b> <<a href="mailto:CarlosOrtiz@bayviewfinancial.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
CarlosOrtiz@bayviewfinancial.com</a>> wrote:</span></span><span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><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 href="mailto:cisco-voip@puck.nether.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cisco-voip@puck.nether.net</a><br><a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://puck.nether.net/mailman/listinfo/cisco-voip</a>
<br><br></blockquote></span></div><br><br>_______________________________________________<br>cisco-voip
mailing list<br><a href="mailto:cisco-voip@puck.nether.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cisco-voip@puck.nether.net</a><br><a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://puck.nether.net/mailman/listinfo/cisco-voip</a><br><br><br></blockquote></div><br>
</span></div><p>
</p><hr><span class="q">
<p></p>_______________________________________________<br>cisco-voip mailing
list<br><a href="mailto:cisco-voip@puck.nether.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cisco-voip@puck.nether.net</a><br><a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://puck.nether.net/mailman/listinfo/cisco-voip</a><br></span><p></p></blockquote></div>
</blockquote></div><br>