Hi.
How can I set the mask contain "L" or "U" character at the beginning or middle of string?
for example, I have an EditText that should accept only "L####-##". User should input something like "L1234-56", but currently it takes any lower case character at the beginning of the EditText (e.g c1234-56 , n1234-56, l1234-56)
Hi.
How can I set the mask contain "L" or "U" character at the beginning or middle of string?
for example, I have an EditText that should accept only "L####-##". User should input something like "L1234-56", but currently it takes any lower case character at the beginning of the EditText (e.g c1234-56 , n1234-56, l1234-56)