in reply to pattern matching
/:ID\s(\d*).*:P_ID\s(\d*)/
You can then refer to the matches using $1 and $2 respectively.
Hope this helps.
-- Foxcub
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: pattern matching
by Anonymous Monk on Aug 21, 2002 at 11:53 UTC | |
by physgreg (Scribe) on Aug 21, 2002 at 13:07 UTC | |
by Basilides (Friar) on Aug 21, 2002 at 13:21 UTC | |
by hotshot (Prior) on Aug 21, 2002 at 13:09 UTC |