How to extract a substring from a string using position and length

Thanks, it works with [3:5] (as [3:4] returns only ‘d’).

1 Like