Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8158985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T17:46:50+00:00 2026-06-06T17:46:50+00:00

Some users like to write post title all in uppercase, which is completely annoying.

  • 0

Some users like to write post title all in uppercase, which is completely annoying. Instead of asking them to write it again I want to know what percentage of the title they wrote is uppercase so that if they exceed 50% I just apply strtolower.

My idea is to turn their string to lowercase and see how different it is from the original string (3 different characters would mean originally there were 3 uppercase characters):

$title = 'AAAA';
$title2 =  strtolower($title);

How do I compare $title with $title2 to get the number of characters that don’t match?

Eg:

$title = 'AAAa'
$title2 = 'aaaa'

$differences = '3';
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T17:46:53+00:00Added an answer on June 6, 2026 at 5:46 pm
    $title = 'AAAa';
    $title2 =  strtolower($title);
    $differences = 0;
    for ($i=0,$l=strlen($title); $i < $l; $i++) {
      if ($title{$i} !== $title2{$i}) {
        $differences++;
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to allow users to write a post and upload images inline through
For some reason it seems like .each block iterate only once, when I write
We have some html that looks like this: <form id=MyUserControl runat=server method=post> <script language=javascript
I am creating an web application which allows user to post some article/blog on
I'd like if someone could give me some advice on creating this script, which
i am trying to write program,which ask user to enter some letters or strings
I have been struggling to think of some decent uses for things like vectors
I would like to make my application ask the user some informations via something
Using core data I'd like to fetch some data. My model uses some abstract
I want to use Context.Items to store some info of a User Control like:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.