koblas / stdnum-js

A JavaScript library to provide functions to handle, parse and validate standard numbers.
MIT License
38 stars 26 forks source link

Can you add BE VAT clean - dot, dash #98

Closed teebu closed 1 year ago

teebu commented 1 year ago

Same as France VAT clean. Microsoft seems to include dot and dash variation options for all their VATs.

https://learn.microsoft.com/en-us/purview/sit-defn-belgium-value-added-tax-number

let [value, err] = strings.cleanUnicode(input, ' .-');