Hello list,

The field should only accept numbers, spaces, dashes and periods. 

<var>
        <var-name>mask</var-name>
        <var-value>^[0-9]*$</var-value>
</var>

I can't figure the regext syntax out, I've tried all the following:

<var-value>^[0-9]\.\s-*$</var-value>
<var-value>^[0-9]\\.\\s-*$</var-value>
<var-value>^[0-9].\s-*$</var-value>

And a ton of other trial and error cases. Can someone help out. Thx.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to