Hi, if i have an string A how can i extract a string B of it?
Let me explain
A:string = "Hello who are you?"
Knowing for example the position of w (7) how can i extract "who are you?" and insert it on a B string?
Let me explain
A:string = "Hello who are you?"
Knowing for example the position of w (7) how can i extract "who are you?" and insert it on a B string?