How do I find if string has alphabets (a-z or A-Z) using regex?

Posted by Vishal on Stack Overflow See other posts from Stack Overflow or by Vishal
Published on 2010-05-20T18:40:55Z Indexed on 2010/05/20 18:50 UTC
Read the original article Hit count: 116

Filed under:
|

Return true, if a string has alphabets (a-z or A-Z)!

© Stack Overflow or respective owner

Related posts about regex

Related posts about java