How to highlight display output?

How to highlight display output?

There are two possibilities:

>> text = "Tuesday"

"Tuesday"

>> new  = text.toUpperCase()

"TUESDAY"

>> new  = text.toLowerCase()

"tuesday"