Skip to content

Owais710/Text-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Text Tool In C++

Overview

Text Tool is a versatile command-line utility for analyzing and modifying text. It provides a variety of features such as text encryption and decryption, case conversion, removal of numbers or extra spaces, and email extraction. Additionally, it can count characters, words, and sentences, and allows for the registration of users with name and email.

Features

  • Text Analysis: Count the number of characters, words, and sentences in a given text.
  • Text Modification: Convert text to upper or lower case, remove numbers, and clean up extra spaces.
  • Encryption and Decryption: Securely encrypt and decrypt text using a basic Caesar cipher.
  • Email Extraction: Find and display all email addresses present in the text.
  • User Registration: Register members with their names and email addresses and display their information.

Getting Started

Prerequisites

  • A C++ compiler (e.g., GCC)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages