mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
26 lines
209 B
Text
26 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
|