Skip to content

Tag: validation

REGEX to match only VALID EXCEL COLUMNS (A-XFD)

Ok, I have ANOTHER REGEX question for everyone. I have a field that has multiple validation steps. The first step is to ensure it isn’t blank, second is to ensure that only between 1 and 3 CAPITAL LETTERS are entered, and third, to ensure it doesn’t contain “[” (an opening bracket will…

Mobile Number Validation (Internationally)

i am trying to do Validation check on mobile number , somewhat similar to what gmail had implemented. Gmail signup page link but variation among the phone number across country is to much, so finding it difficult to frame a regex for this. i looked upon some of the q’s here , but they work for some coun…