Skip to content

Instantly share code, notes, and snippets.

View massic80's full-sized avatar

Massimiliano Caniparoli massic80

View GitHub Profile
@massic80
massic80 / isvalidfiscalcode.js
Last active April 29, 2021 07:32
Check Italian Fiscal Code
const isValidFiscalCode = cf => /^([A-Za-z]{6}[\dlmnpqrstuvLMNPQRSTUV]{2}[abcdehlmprstABCDEHLMPRST]{1}[\dlmnpqrstuvLMNPQRSTUV]{2}[A-Za-z]{1}[\dlmnpqrstuvLMNPQRSTUV]{3}[A-Za-z]{1})$|(\d{11})$/.test(cf);