I read about regular expression in java, if I understood correctly,I can check a string with some my regulars of regex. I want to set input mask (phone,credit card,email...) for EditText:
Is it possible to control input type mask of EditText with regex?