what this regex tells
Posted: Mon Oct 30, 2006 9:31 am
Hi,
'regex' => '/^[0-9]+$/',
here i undersnad it will allow 0-9 , but then what does + and $ mean?
'regex' => '/^[0-9]+$/',
here i undersnad it will allow 0-9 , but then what does + and $ mean?