tomo/test/text.tm

11 lines
155 B
Plaintext
Raw Normal View History

2024-03-03 14:30:31 -08:00
>> str := "Hello Amélie!"
>> str:upper()
= "HELLO AMÉLIE!"
>> str:lower()
= "hello amélie!"
>> str:lower():title()
= "Hello Amélie!"
2024-03-03 14:49:40 -08:00
2024-03-03 14:52:22 -08:00
>> \U00E9
2024-03-03 14:49:40 -08:00
= "é"