Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 610 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 610 Bytes

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