User Tools

Site Tools


el:upper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

el:upper [2016/01/01 22:40]
el:upper [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Upper =====
 +==== Format ====
 +**upper** ( //string// )
 +==== Description ====
 +Returns //string// with all alphabetic characters converted to upper case.
 +==== See Also ====
 +[[lower|Lower]]
 +==== Example ====
 +<code>
 +print upper("BlUe!")
 +</code>
 +will display
 +<code>
 +BLUE!
 +</code>
 +==== New To Version ==== 
 +0.9.5e
  
el/upper.txt ยท Last modified: 2020/02/28 10:46 (external edit)