Skip to content

Instantly share code, notes, and snippets.

@carloswm85
Created March 30, 2023 15:22
Show Gist options
  • Select an option

  • Save carloswm85/28faae4f0a8f517943c4ba4bc54cc585 to your computer and use it in GitHub Desktop.

Select an option

Save carloswm85/28faae4f0a8f517943c4ba4bc54cc585 to your computer and use it in GitHub Desktop.
// https://igorescobar.github.io/jQuery-Mask-Plugin/docs.html#translation
$('.gdefile-mask').mask('FILE-0000-00000000-MTCA-PRODUCTION-#SEMSECTOR', {
'translation': {
'A': { pattern: /A/, fallback: 'A', optional: false },
'#': { pattern: /#/, fallback: '#', optional: false },
'S': { pattern: /S/, fallback: 'S', optional: false }
},
placeholder: "FILE-____-________-MTCA-PRODUCTION-#SEMSECTOR"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment