Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
i have a string : concat("this","is good") I need to store "this" and "is good" in two variables. it is simple if i have string like above but some times i have string like this : concat(int2string(counter, 1),result)
how can i put int2string(counter,1) in $1 and result in $2 ?
thanks in advance.
edited: Fri Apr 11 22:07:09 2003 by jeffa - title change (was: "how to match concat(int2string(cnt,1),result)")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Need a regex to match C-style function arg list
by jeffa (Bishop) on Apr 11, 2003 at 21:54 UTC | |
|
Re: Need a regex to match C-style function arg list
by dws (Chancellor) on Apr 11, 2003 at 20:41 UTC | |
|
Re: Need a regex to match C-style function arg list
by BrowserUk (Patriarch) on Apr 11, 2003 at 22:34 UTC | |
|
Re: Need a regex to match C-style function arg list
by Anonymous Monk on Apr 11, 2003 at 21:14 UTC | |
by merlyn (Sage) on Apr 11, 2003 at 21:23 UTC | |
|
Re: Need a regex to match C-style function arg list
by Mr. Muskrat (Canon) on Apr 11, 2003 at 20:22 UTC | |
by diotalevi (Canon) on Apr 11, 2003 at 20:50 UTC |