===== Upper ===== ==== Format ==== **upper** ( //string// ) ==== Description ==== Returns //string// with all alphabetic characters converted to upper case. ==== See Also ==== [[lower|Lower]] ==== Example ==== print upper("BlUe!") will display BLUE! ==== New To Version ==== 0.9.5e