I have been searching a lot for a regular expression that validates a
user's input.
The input can be anything but not just numbers alone.
There can be numbers and any special characters in the input along with
other alphabets but I should not allow the user to enter just numbers or
special characters without any alphabets.
Can anyone help me with this??