do you know how one can eliminate something. I am tring to write an expression that has a-z (small), can have numbers, should not have any other chararters and should not start with number ..so far thats what i got
array
(
'regex' => '/[a-z0-9]{1,70}/',
'method' => 'validate_format_of',
'column' => 'name',
'message' => 'Please enter your name'
),