An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.normalizers.ein

A fast and allocation-efficient normalizer that converts raw input into a valid EIN format (XX-XXXXXXX), validating exactly 9 digits and ignoring non-numeric characters.
https://github.com/soenneker/soenneker.normalizers.ein

basenormalizer csharp dotnet ein einnormalizer id normalizer normalizers tax util

Last synced: 43 minutes ago
JSON representation

A fast and allocation-efficient normalizer that converts raw input into a valid EIN format (XX-XXXXXXX), validating exactly 9 digits and ignoring non-numeric characters.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.normalizers.ein.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.normalizers.ein/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.normalizers.ein/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.normalizers.ein/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.normalizers.ein.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.normalizers.ein/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Normalizers.Ein
### A fast and allocation-efficient normalizer that converts raw input into a valid EIN format (XX-XXXXXXX), validating exactly 9 digits and ignoring non-numeric characters.

## Installation

```
dotnet add package Soenneker.Normalizers.Ein
```