in reply to Re^2: search pattern and arrays
in thread search pattern and arrays
if ( /^(\d*).+(\d*)$/ ) { # $1 containing the starting numeric string, if any. # $2 contains the terminating numeric string, if any. }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: search pattern and arrays
by toolic (Bishop) on Jan 25, 2008 at 19:56 UTC | |
by apl (Monsignor) on Jan 25, 2008 at 20:00 UTC | |
by blazar (Canon) on Jan 26, 2008 at 16:07 UTC | |
|
Re^4: search pattern and arrays
by mercuryshipz (Acolyte) on Jan 25, 2008 at 20:10 UTC |