For full text search please use the '?' prefix. e.g. ? Onboarding
String Slice
Code:
print
(
"012345"
[
2
:
]
)
Output:
2345 ```mac>