>From what I can tell, the PCRE interface does pattern matching but not all the fancy modifiers, like /g to continually repeat an operation. (Please correct me if I&#39;m wrong and I will wikify the specifics.)<br><br>The good news is that a simple Lua script to do something like this isn&#39;t very resource intensive.<br>
-MC<br><br><div class="gmail_quote">On Wed, Jul 25, 2012 at 4:13 AM, Alex <span dir="ltr">&lt;<a href="mailto:alex@thewinelake.com" target="_blank">alex@thewinelake.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there a neat way within a dialplan script to strip all non-digits<br>
from a string?<br>
The obvious (non-neat) way is to write a lua function for it...<br>
</blockquote></div><br>