On Thu, 19 Apr 2007, <[EMAIL PROTECTED]> wrote:

> Validate the name of manifest attributes. ATM only whitespaces are
> catched, need some help with the regexp version.

You can't use regexp here since you cannot be sure that a regexp
implementation is around at all.  You'll probably need to check each
character and validate it is part of the allowed set instead.

Stefan

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

Reply via email to