Text Case Randomizer

Sep 11, 2018

Text Case Randomizer is used to randomize the case of each character in the source input with a 50% chance for upper or lower case.




Input: Text

Invert the case of each character in the source input

View Tool

What does Text Case Randomizer do?

Every alphabet in a text can either be lowercase (a-z) or uppercase (A-Z). Text case randomizer uses random numbers to decide whether to make each character lowercase or uppercase with a 50% chance for both cases. The random number generator used to decide whether an alphabet must be converted to upper or lower case is the Math.random() method that comes with your browser's JavaScript engine.

Comments 0

History
Jun 3, 2018
Tool Launched