8 lines
71 B
Text
8 lines
71 B
Text
substring "hello" 1 4
|
|
ell
|
|
|
|
rest "hello"
|
|
ello
|
|
|
|
before-last "world"
|
|
worl
|