Text-box is a tiny app for process text related stuffs. This cool app can process following actions.
NOTE: Currently supports Intermediate scale plain text as input. 
 - To lowercase – Convert all characters into lowercase 
 - To uppercase - Convert all characters into uppercase 
 - To title case - Convert all characters into Title-case 
 - Count Characters - Count all characters in text 
 - Count Words – Count all words in text 
 - Count Lines – Count new lines in text 
 - Word Frequency – Number of times each word repeated 
 - Character Frequency – Number of times each character repeated 
 - Replace text – Find and replace text one with another 
 - Split text – Find word/character and replace with new line 
 - Remove line breaks – Remove lines and make it as single line text. 
 - Line suffix & prefix - Add suffix and prefix for each and every line in the text. 
 - Number line – A number before each line 
 - Reverse Text – Reverse given text 
 - URL encode – regular HTML URL encoding. Convert give text into a valid ASCII format. 
 - URL decode – regular HTML URL decoding. 
 - MD5 encryption – Generate Md5 hashes based on given text 
 - SHA-1 encryption - Generate SHA-1 hashes based on given text 
 - SHA-256 encryption - Generate SHA-256 hashes based on given text 
 - SHA-512 encryption - Generate SHA-512 hashes based on given text 
 - SHA-3 encryption - Generate SHA-3 hashes based on given text 
 - RIPEMD-160 encryption - Generate RIPEMD-160 hashes based on given text 
 
Made with Love
#Text #Toolbox #Textbox