[pmwiki-users] Can any of the form recipes do this?

Patrick R. Michaud pmichaud at pobox.com
Mon Apr 2 14:37:55 CDT 2007


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



More information about the pmwiki-users mailing list