Skip to content

Instantly share code, notes, and snippets.

View rcvaram's full-sized avatar
💭
Testing with localhost

Sivaram Rasathurai rcvaram

💭
Testing with localhost
View GitHub Profile
const PAN_REGEX = {
  'govt' : /GOVT|INDIA/,	
  'income_tax' : /INCOME|TAX/,
  'fathers_name_heading' : /Father/,
  'dob_heading' : /Date|Birth/,
  'date_format': /(\d{2}\/\d{2}\/\d{4})/,
  'number_heading' : /Permanent|Account|Number/,
  'number_format': /[A-Z0-9]{10,}/,
  'words_format': /^[A-Z]+[A-Z\s.]+$/