I am trying to extract a string from within a larger string where it get everything inbetween a : and a ;

Current

Str="MyLongString:StringIWant;"

Desired Output

newStr="StringIWant"

23 Answers
23

Leave a Reply

Your email address will not be published. Required fields are marked *