how can I replace who string with certain beginning and ending, for example I have string:
abc........xyz
I want to replace this string with "this is a test", no matter what text in between, only "abc" and "xyz" are fixed.
abc123xyz-->this is a test
abcd1234xyz-->this is a test
any idea?