
KevinR
Veteran

Jan 18, 2007, 10:08 AM
Post #2 of 2
(166 views)
|
|
Re: [yellowman] Pattern matching
[In reply to]
|
Can't Post
|
|
it would be nice if you would post code you have been trying, otherwise it seems like you just want code written for you, which is not the purpose of the forum. Al you need is a simple pattern match: now the word you want is in $1 and can be put into an array. If it's always the third word, split() would also work. -------------------------------------------------
|