polserver/testsuite/escript/string/string18.out
2015-12-19 02:31:08 +01:00

25 lines
209 B
Text

testing length
testing '' length: 0
testing '1234' length: 4
testing '1' length: 1
testing join
,
1,2,3.1,4,5,test
one 1
emptytest ''
testing upper
ASBCXYSD
testing lower
asbcxysd
testing find
2
0
7
1
1