Check if a string contains numeric and alphanumeric character
888525Apr 10 2012 — edited Apr 12 2012I have a string input from user.I have to check if it contains atleast one numeric ,one alphanumeic character ,atleast one lower case letter.
How do I do this.
Will some regular expression be useful.Please help?
Thanks,