
zerysaish
New User
Apr 10, 2010, 9:44 AM
Post #1 of 1
(1521 views)
|
|
Some regex idea
|
Can't Post
|
|
Assume that i have neat event invitations. In the invitations there are always hint the location, the time, and what is on the event. I need some idea how to find those info. so far i have $when = $' if $string =~ m{\s?(when|date/time|date|time)\s?:?\s?}i; $where = $' if $string =~m{\s?(where|location|venue|meet at)\s?:s?\s?}i; i will like some more ideas so the information extracted is more likely relevant.
|