Android regular expression to check every single string

Search This thread
Sep 18, 2014
16
0
Is regular expression matching every single string?

for example:

String s = "android4you2 and 4us";

how the regex that i have to write to make "s" only for [a-z]

thanks