Skip to content

abanoubha/cleanText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cleanText

A simple program to clean up text. The goal of the program is to accept text from standard input then doing the clean process then output the result onto the standard output.

Basic usage:

$ echo "àbanôūb" | cleanText
abanoub

Resources & references

Converted symbols

See source code for now. I will document them later.

Kept symbols

symbols that are kept after cleaning

symbol meaning
± Plus-minus Sign
° degree sign

Skipped symbols

See source code for now. I will document them later.

Further development

Let me know if you have any suggestion and/or problems by writing an issue. If you have an addition or feature or a fix, make a pull request.