MySQL Forums
Forum List  »  Perl

Re: i want to know about regular expression
Posted by: Felix Geerinckx
Date: May 18, 2005 03:01AM

arupratan biswas wrote:

> there are 2 fields name and city in which a user cannot enter the any numeric digits and zip code
> should not be greater than 6 digits.how to implement with regular expression

These questions have nothing todo with MySQL, while if I am not mistaken this forum is about Perl in combination with MySQL.

I suggest you ask your Perl-only questions at e.g. the Perl Beginners list (see http://learn.perl.org/).
There are a lot of nice people there, of whom I'm sure they are able and willing to answer all your questions more quickly than here.

BTW, you cannot enforce the input-format in HTML-textboxes from Perl. You will need some more or less advanced Javascript for that.

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
Re: i want to know about regular expression
May 18, 2005 03:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.