User Tools

Site Tools


fr:upper

Differences

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

Link to this comparison view

fr:upper [2016/01/01 22:45]
fr:upper [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Upper =====
 +==== Format ====
 +**upper** ( //string// )
 +==== Description ====
 +Retourne la chaîne de caractère //string// avec tous les caractères alphabétiques convertis en majuscule.
 +==== See Also ====
 +[[lower|Lower]]
 +==== Example ====
 +<code>
 +print upper("La Plage Et Le Soleil !")
 +</code>
 +Affichera :
 +<code>
 +LA PLAGE ET LE SOLEIL !
 +</code>
 +==== New To Version ==== 
 +0.9.5e