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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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 file for details.

Contributing

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

Copyright (c) 2023, Max Base

About

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.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%