<!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.6000.16546" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; I'm almost embarassed to 
ask...&nbsp; But is there a place where one can read about the symbols:&nbsp; 
&nbsp;~ &nbsp;^&nbsp; \&nbsp; $&nbsp; ?&nbsp; +&nbsp;&nbsp;&nbsp; and what they 
do/mean?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; For example, consider this 
following line:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;if (!(uri =~ 
"^sip:.+@(255\.255\.255\.255|(sip\.|sip5\.)?mydomain\.com):5080$"))</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; It looks like, to me, that it's 
checking to make sure that uri is NOT equal to any of combination of the data 
following the @ - but I'm not so sure exactly what I'm reading.&nbsp; ie:&nbsp; 
the ~ after the =, the ^ in front of sip, the .+ in front of @, the ? before 
mydomain and the trailing $....&nbsp; And why the period has the \ in front of 
them all...?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Yes, I'm totally green at this 
stuff.&nbsp; :(&nbsp; Thanks in advance for your help...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Brian</FONT></DIV></BODY></HTML>