Latest recipes tagged "acn"http://code.activestate.com/recipes/tags/acn/new/2011-05-13T03:15:35-07:00ActiveState Code RecipesValidate ACNs (Australian Company Numbers) (Python) 2011-05-13T03:15:35-07:00Steven D'Apranohttp://code.activestate.com/recipes/users/4172944/http://code.activestate.com/recipes/577691-validate-acns-australian-company-numbers/ <p style="color: grey"> Python recipe 577691 by <a href="/recipes/users/4172944/">Steven D'Aprano</a> (<a href="/recipes/tags/acn/">acn</a>, <a href="/recipes/tags/validation/">validation</a>). </p> <p>This is a validation function for Australian Company Numbers (ACNs). It tests whether the integer or string is a valid ACN (but not whether it is a <em>legal</em> ACN, i.e. if it belongs to the company that is quoting it).</p>