Regular expression for pattern which has fixed starting string then some pattern and total length should be 14 – Javascript
I want to disable button if entered string is not like G6A123-4853473 Validation conditions : string should start with G6 After that it should contain one or more alphabets and should contain one hyphen (-) , hyphen should not be…