Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added feature for Word-Count-Calculator #1860

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ajai-Sharan
Copy link

@Ajai-Sharan Ajai-Sharan commented Aug 25, 2024

Description

#1859
This update introduces a new feature to the Word-Count-Calculator that provides detailed counts of various character types within a text. Specifically, the feature will offer the following metrics:

  • Total Characters (including spaces): The total number of characters in the text, including spaces.
  • Total Characters (excluding spaces): The total number of characters in the text, excluding spaces.
  • Total Alphabets: The count of all alphabetic characters (A-Z, a-z).
  • Total Integers: The count of all numeric digits (0-9).
  • Total Special Characters: The count of all special characters (e.g., punctuation, symbols).

This feature is designed to give users a more comprehensive analysis of the text, making it useful for applications where understanding the composition of the text is important.

Before :
Screenshot (105)
After:
Screenshot (104)

Copy link

netlify bot commented Aug 25, 2024

Deploy Preview for calcdiverse ready!

Name Link
🔨 Latest commit 36b9a96
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/66cb269043f9a300086ac5d0
😎 Deploy Preview https://deploy-preview-1860--calcdiverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Ajai-Sharan, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant