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

https://github.com/basemax/phonenumberfilter

This is a simple program that filters phone numbers from a text file. It is written in Go. Finally the program sorts the numbers by its name with support of UTF-8 characters and removes duplicates numbers.
https://github.com/basemax/phonenumberfilter

contacts go golang phone-number phone-number-input phone-number-sort phone-numbers phonenumber phonenumbers sorting sorting-algorithms

Last synced: 8 months ago
JSON representation

This is a simple program that filters phone numbers from a text file. It is written in Go. Finally the program sorts the numbers by its name with support of UTF-8 characters and removes duplicates numbers.

Awesome Lists containing this project

README

          

# PhoneNumber Filter

This is a simple program that filters phone numbers from a text file. It is written in Go. Finally the program sorts the numbers by its name with support of UTF-8 characters and removes duplicates numbers.

## Usage

```bash
go run filter.go
```

The input file is `contacts.txt` and the output file is `filtered_contacts.txt`.

## License

This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.

## Contributing

You can contribute to this project by forking it and submitting a pull request.

Copyright (c) 2023, Max Base