You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[char] - If the string does math the NIF pattern, returns the corresponding check digit.
[empty] - If the string doesn't math the NIF pattern, returns an empty string.
Dependencies
In order to verify the format of the string received as parameter, this function uses isValidNIFFormat.