String tests
This commit is contained in:
parent
9512eb74d2
commit
0c51ca73e0
7
test/strings.tm
Normal file
7
test/strings.tm
Normal file
@ -0,0 +1,7 @@
|
||||
>> str := "Hello Amélie!"
|
||||
>> str:upper()
|
||||
= "HELLO AMÉLIE!"
|
||||
>> str:lower()
|
||||
= "hello amélie!"
|
||||
>> str:lower():title()
|
||||
= "Hello Amélie!"
|
Loading…
Reference in New Issue
Block a user