On 05/04/07, Daisuke Maki <[EMAIL PROTECTED]> wrote:
Hi,

I'm thinking of adding a URI constraint that checks for valid URI, and
allows you to specify things like allowed URI schemes.
Is putting this under HTML::FormFu::Constraints sound like a sane idea?

Would it provide anything that the Regexp::Common support doesn't?

constraint:
 - type: Regex
   common:
     - URI
     - HTTP
     - { '-scheme': 'ftp|https?' }

Carl

_______________________________________________
Html-widget mailing list
Html-widget@lists.rawmode.org
http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget

Reply via email to