Re: Regular Expression

From: Jacob Heider (lord-jacob_at_comcast.net)
Date: 12/14/03


Date: Sun, 14 Dec 2003 11:35:15 GMT

On Sun, 14 Dec 2003 03:34:57 -0800, Lars Nilsson wrote:

> I need to check that the user as put in at least one character between a-z
> upper or lowercase in a name field. They can put in whatever they like but
> there as to be a character a-z in the string. How shall the test
> expression look like?
>
> /Lars

You mean:

/[a-zA-Z/

?

Jacob



Relevant Pages

  • Re: How can I check if a letter in a string is upper case or lower case ?
    ... Notice the 1st line has uppercase Z and the 2nd line has lowercase z ... if val = val.ToUpper then ' string is upper case ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Finding out if a given character is in UpperCase, LowerCase or Numeric
    ... character is in UpperCase, LowerCase or Numeric. ... Function CharacterType(Char As String) As String ... CharacterType = "Upper Case" ...
    (microsoft.public.vb.syntax)
  • Re: Sor 4 and 6
    ... as if they were a string of beads. ... even though they are in the upper part.. ... There is a recording of Ypes ...
    (rec.music.classical.guitar)
  • Re: How to use the UNIX command: tr
    ... > "Does anyone know how to convert a lower case string to upper case ... > Which ignores the OPs question, even though the poster is obviously ... I'm sorry, that is my response, taken out of context. ...
    (comp.unix.solaris)
  • Re: How to use the UNIX command: tr
    ... > I know very well they are POSIX compliant keywords. ... "Does anyone know how to convert a lower case string to upper case ... Which ignores the OPs question, even though the poster is obviously ...
    (comp.unix.solaris)