need help for regex

This is a discussion on need help for regex within the PHP Language forums, part of the PHP Programming Forums category; Hello folks, I want to retrieve full name, city name, state and country from following string: "(Firstname Lastname - Traverse ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-07-2004
Alex Shi
 
Posts: n/a
Default need help for regex

Hello folks,

I want to retrieve full name, city name, state and country from
following string:
"(Firstname Lastname - Traverse City, MI United States)"

I think maybe a regex can be a solution. However I don't have
much knowledge on it. I need help. Thanks in advance!

Alex Shi

Reply With Quote
  #2 (permalink)  
Old 03-07-2004
John Dunlop
 
Posts: n/a
Default Re: need help for regex

Alex Shi wrote:

> I want to retrieve full name, city name, state and country from
> following string:
> "(Firstname Lastname - Traverse City, MI United States)"


No more constraints? What does a state name look like, for example?

preg_match(
'`\((.*) - (.*), ([A-Z]{2}) ([^)]*)\)`sU',
$string,
$array);

--
Jock
Reply With Quote
  #3 (permalink)  
Old 03-07-2004
Tim Van Wassenhove
 
Posts: n/a
Default Re: need help for regex

On 2004-03-07, Alex Shi <chpshi@stonix.com> wrote:
> Hello folks,
>
> I want to retrieve full name, city name, state and country from
> following string:
> "(Firstname Lastname - Traverse City, MI United States)"
>
> I think maybe a regex can be a solution. However I don't have
> much knowledge on it. I need help. Thanks in advance!


Have a look at http://be.php.net/manual/en/function.sscanf.php

--
http://home.mysth.be/~timvw
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 07:16 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0