3 lines
78 B
Text
3 lines
78 B
Text
$string = 'alphaBETA'
|
|
$lower = $string.ToLower()
|
|
$upper = $string.ToUpper()
|