Date: 08/10/00
- Next message: nrosenb2 <email protected>: "[phplib] Default auth question ..."
- Previous message: Matthew R. MacIntyre: "[phplib] ooohforms regex question"
- In reply to: Matthew R. MacIntyre: "[phplib] ooohforms regex question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Matthew R. MacIntyre" wrote:
>
[snip]
> How do I get the "." to be recognized in the regex so that it doesn't cause
> javascript errors and the like?
>
You have to escape it:
^[ 0-9a-z/-\.]*$
In regex, . matches any one character (more or less).
Regards,
Mark.
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: nrosenb2 <email protected>: "[phplib] Default auth question ..."
- Previous message: Matthew R. MacIntyre: "[phplib] ooohforms regex question"
- In reply to: Matthew R. MacIntyre: "[phplib] ooohforms regex question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

