in reply to using int and the range function
Update: regexp is anchored to the beginning of the string.if ($numind !~ /^\d+/) { ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using int and the range function
by AnomalousMonk (Archbishop) on Jan 15, 2015 at 21:43 UTC | |
|
Re^2: using int and the range function
by RonW (Parson) on Jan 16, 2015 at 01:17 UTC | |
by pme (Monsignor) on Jan 16, 2015 at 07:57 UTC |