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?
"
[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
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 need a regular expression that
3 matches
Mail list logo