Current location: Hot Scripts Forums » Programming Languages » PHP » Regular expression


Regular expression

Reply
  #1 (permalink)  
Old 11-19-03, 05:31 AM
khibinite khibinite is offline
Newbie Coder
 
Join Date: Jun 2003
Location: Russia, Murmansk region, Kirovsk city
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Regular expression

Hello!

I need to compose the regular expression to detect one space between 2 words. Am I right doing that:

^[a-zA-Z]{1,} +[a-zA-Z]{1,}$

?

Thanks in advance for any suggestions.
Reply With Quote
  #2 (permalink)  
Old 11-19-03, 02:49 PM
CeleronXL CeleronXL is offline
Newbie Coder
 
Join Date: Oct 2003
Location: United States of America
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Sort of.

/^[\w]+\s[\w]+/
__________________
"Before you critisize someone, walk a mile in their shoes. That way, when you critisize them, you're a mile away and you have their shoes."
Utopia Software - Current Software: Utopia News Pro (news management system)
My Site: StarCraft Sector | My vB Forums: Forum Sector
E-Mail: celeronxl@cox.net | AIM: CeleronXL | ICQ: 118648739 | MSNM: celeronxl@hotmail.com | YIM: celeronxl
Reply With Quote
  #3 (permalink)  
Old 11-19-03, 03:01 PM
khibinite khibinite is offline
Newbie Coder
 
Join Date: Jun 2003
Location: Russia, Murmansk region, Kirovsk city
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by CeleronXL
Sort of.

/^[\w]+\s[\w]+/

Help me please to make it correct with POSIX regular expression.
Reply With Quote
  #4 (permalink)  
Old 11-20-03, 08:23 AM
YourPHPPro's Avatar
YourPHPPro YourPHPPro is offline
Community VIP
 
Join Date: Aug 2003
Posts: 430
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by khibinite
Help me please to make it correct with POSIX regular expression.
Check out:

http://freshmeat.net/projects/regexper/

Quote:
Regexp Tester is a PHP script for testing regular expression matching. It accepts a regular expression and test data, and highlights the matching text in red. Case sensitivity is optional, and HTML tags are supported.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 05:52 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.