in reply to Extract substring from string with no whitespace using regexp?
After a match, $1 will contain the part of the match in the first parentheses, and $2 will contain the part of the match in the second parentheses and so on.
Cheers!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Extract substring from string with no whitespace using regexp?
by ysth (Canon) on Feb 26, 2004 at 04:27 UTC |