Re: [PHP] Controlling just size with regular expressions

2001-04-10 Thread Christian Reiniger
On Monday 09 April 2001 23:37, you wrote: > Hi there, > > I need a regular expression that accepts *anything* without > restrictions, only that the size of the string should be between (for > instance) 0 and 9 characters. I know the {0,9} trick, but how do I > accept *anything* in a form field? "

Re: [PHP] Controlling just size with regular expressions

2001-04-09 Thread CC Zona
[quotes restored to bottom-posting order for clarity] In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Johnson, Kirk") wrote: > > I need a regular expression that accepts *anything* without > > restrictions, > > only that the size of the string should be between (for > > instance) 0 and 9

RE: [PHP] Controlling just size with regular expressions

2001-04-09 Thread Johnson, Kirk
I think [.]{0,9} will get it. Kirk > -Original Message- > From: Jorge Alvarez [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 09, 2001 3:38 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Controlling just size with regular expressions > > > Hi there, > > I

[PHP] Controlling just size with regular expressions

2001-04-09 Thread Jorge Alvarez
Hi there, I need a regular expression that accepts *anything* without restrictions, only that the size of the string should be between (for instance) 0 and 9 characters. I know the {0,9} trick, but how do I accept *anything* in a form field? TIA, Jorge -- PHP General Mailing List (http://