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.
- Host: GitHub
- URL: https://github.com/basemax/phonenumberfilter
- Owner: BaseMax
- License: gpl-3.0
- Created: 2023-02-09T15:43:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T10:32:45.000Z (over 3 years ago)
- Last Synced: 2025-10-09T13:02:59.083Z (8 months ago)
- Topics: contacts, go, golang, phone-number, phone-number-input, phone-number-sort, phone-numbers, phonenumber, phonenumbers, sorting, sorting-algorithms
- Language: Go
- Homepage:
- Size: 3.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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