aboutsummaryrefslogtreecommitdiff
path: root/test/strings.tm
blob: a76318241e6c7c5b800e485cb410640f3631cc16 (plain)
1
2
3
4
5
6
7
8
9
10
>> str := "Hello Amélie!"
>> str:upper()
= "HELLO AMÉLIE!"
>> str:lower()
= "hello amélie!"
>> str:lower():title()
= "Hello Amélie!"

>> \UE9
= "é"