3 lines
44 B
OCaml
3 lines
44 B
OCaml
|
|
# String.sub str 5 4 ;;
|
||
|
|
- : string = "text"
|