How to make EditText text to uppercase or lowercase on macOS


If you are using EditText on macOS and want to make some text or a sentence to uppercase or lowercase you can do so by the below steps,

  1. Select the text you want to convert to upper/lower case,
  2. Right Click (2 finger tap if using MacBooks) and select Transformations -> Make Uppercase/Lowercase,
  3. The text will get converted to appropriate case.
Make text in EditText Uppercase or Lowercase in macOS
Make text in EditText Uppercase or Lowercase in macOS

✌️ You can also achieve the same by going to Menu -> Edit -> Transformations.

Example:
This is some Text
Uppercase:
THIS IS SOME TEXT
Lowercase:
this is some text

You can also try Capitalize case, the output when you select all text and perform this transformation is as below,

Lowercase:
This Is Some Text
Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap