> BTW, does anyone know a regular expression to validate an IP address?

You could use a search engine...  And look what comes up - A page with a few
different IP matching regex(es) on the first page:

http://www.regular-expressions.info/examples.html

As for the other poster, you can use the regex to create your own validator:
http://struts.apache.org/1.2.x/userGuide/dev_validator.html

Though if you are going to create one yourself that you might as well
contribute it to the jakarta commons validator.

Regards,
David


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

Reply via email to