Results 1 to 5 of 5

Thread: I need a simple regexp

  1. #1

    I need a simple regexp

    Does anyone know the regexp (for php) in which only numbers, letters and no more that 5 spaces can be used

  2. #2
    Senior Member
    Join Date
    Jan 2003
    Posts
    3,915
    This is completely offtopic...

    Your signature is horrible dude...... I see.. Save AO IRC.. and as soon as I put my mouse over it, what pops up in the status bar... outwar.... wtf this site is popping up every where.. Quit misleading AOers to try and build up your status in a game.

  3. #3
    Right.... I still need that regexp

  4. #4
    Senior Member
    Join Date
    Mar 2003
    Location
    central il
    Posts
    1,779

    Re: I need a simple regexp

    Originally posted here by Sevari
    Does anyone know the regexp (for php) in which only numbers, letters and no more that 5 spaces can be used
    ok try this ([a-z] [A-Z] [0-9] \s{5}) that would be the VB regexe should be the same or very close

    edit: also note that I am not a Regx expert so the code will eb close but perhaps needs verifying

  5. #5
    Senior Member
    Join Date
    Oct 2001
    Location
    Helsinki, Finland
    Posts
    570

    Visual REGEXP

    Visual REGEXP:
    Tired of debugging your regular expressions ? Do you want to quickly build efficient regexps?
    Visual REGEXP is for you !
    This software will let you design your regexps by letting you type the expression and visualize its effect on a sample of your choice.
    Available for both Windows and Unix, get your copy now!
    Q: Why do computer scientists confuse Christmas and Halloween?
    A: Because Oct 31 = Dec 25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •