Skip to content

Test the validity of a given 8 or 9 digit Australian Tax File Number (TFN).

License

Notifications You must be signed in to change notification settings

treffynnon/elm-tfn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-tfn

Test the validity of a given 8 or 9 digit Australian Tax File Number (TFN).

Usage

import Tfn

tfnIsValid = Tfn.isValid "555-000-555"
--> tfnIsValid == True

tfnIsInvalid = Tfn.isValid "123-456-789"
--> tfnIsInvalid == False

Licence

Copyright © 2017 Simon Holywell. Distributed under Apache 2.0 licence.

About

Test the validity of a given 8 or 9 digit Australian Tax File Number (TFN).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages