I was wondering how to assign all the text from 1 point in a string to another point in the same string, to a variable.
For example:
set special=K
set string=don't_add_meKadd_meKdon't_add_me
I was just wondering how to "extract" the add_me and assign it to a variable.