On Mon, Apr 02, 2007 at 08:22:28PM +0100, Hans wrote:
> 
> What is the allowed  name pattern for input field names?

For names coming via a form POST, I think the valid names
are limited to the pattern "[A-Za-z][-_:.\w]*" [1].  So this
would be something like:

    "/\\{\\$\\$([A-Za-z][-_:.\\w]*)\\}/e"

[1]  http://www.w3.org/TR/html4/types.html#type-id

Pm

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to