Brian,<br><br>More succinctly how could I implement.<br><br>&quot;Enter the six digit file number or press the asterisk key to restart and enter again&quot;, assuming a person entered 3 digits got confused and wished to enter the number again from the beginning?<br>
<br>Bob<br><br><div class="gmail_quote">2009/3/27 Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">What exactly do you want to match?  Can you give me examples?<div><br></div><div>/b</div><div><div><div></div><div class="h5"><br><div><div>On Mar 26, 2009, at 11:05 PM, Robert Clayton wrote:</div><br><blockquote type="cite">
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">All,<br>
<br>Ok I know it must be me but...<br><br>In the Lua regex portion of session:playAndGetDigits what regex would I use to match either a numeric entry, or an asterisk. It seems when I attempt to define an asterisk as a character rather than a metacharacter the regex script is evaluated other than I would assume.<br>
The error code presents \* as a single * and [*] other than a character, leading to the hint that there is no preceding character to multiply.<br><br>I have at most 15 minutes of proficiency in regular expressions, but, are not \* or [*] equivalent to an asterisk character, rather than a metacharacter?<br>
<br>Also it seems that the playAndGetDigits evaluates when either the maximum number of characters is entered or the terminator is pressed. Is there any way to evaluate the regex on each input and therefore dynamically return after an acceptable entry? As in the previous example a numeric string and a single asterisk are, usually, different lengths and if an asterisk was used for, say, abort, entering an asterisk followed by a terminator would seem incorrect.<br>
<br>Bob<span> </span><br></span></blockquote></div><br></div></div><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<div>Brian West</div><div><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></div><div><br></div></div></span>-- Meet us a ClueCon!  <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
<div><br></div></div></span><br> </div><br></div></div><br>_______________________________________________<br>
Freeswitch-dev mailing list<br>
<a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>