Hi,
Can anyone show me the simplest way to retrive the data between #1 from the given string.
#1XYZXYZ#1#2UVWUVW#2#1AAABBBED#1#1SSSSWDWD#1
Result will be like XYZXYZAAABBBEDSSSSWDWD
Note: String is variable. Generated at runtime. Need to look two "#1" and extract data between them.
Thank You!
Can anyone show me the simplest way to retrive the data between #1 from the given string.
#1XYZXYZ#1#2UVWUVW#2#1AAABBBED#1#1SSSSWDWD#1
Result will be like XYZXYZAAABBBEDSSSSWDWD
Note: String is variable. Generated at runtime. Need to look two "#1" and extract data between them.
Thank You!