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.
Output: Randomized Case Text
Invert the case of each character in the source input
View ToolWhat 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.
History
- Jun 3, 2018
- Tool Launched
Comments 0