We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0018f23 commit c4252b5Copy full SHA for c4252b5
README.md
@@ -9,5 +9,7 @@ test = String("Hello World")
9
print(test) # Hello World
10
print(test.isNumber()) # False
11
print(test.length) # 11
12
+print(test.hasSpace()) # True
13
+print(test.subString(0, 5)) # Hello
14
```
15
你同样可以重写这些类,来为它们添加更多方法<br>
0 commit comments