|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hi
I need to see if a variable contains only lowercase alphabetic characters or the underscore Can someone please remind me how to do this? Many Thanks |
|
#2
|
|||
|
|||
|
if($var =~ /[^a-z_]/)
{ // invalid } |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > is string only alpha characters |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|