
EN: rebol.com -
rebol.org -
rebol.net -
FR: Rebol Documentation Project -
forum RebelBB -
rebol-france.org -
forum codeur -
Convertit une chaîne de caractères en majuscules.
uppercase string
string - La chaîne en argument. (type: any-string)
/part - Limite le changement à une longueur ou une position donnée.
range - L’intervalle. (type: integer any-string)
La série transmise à cette fonction est retournée modifiée.
print uppercase "abcdef" ABCDEF
print uppercase/part "abcdef" 1 Abcdef