I have a file with multiple lines, each having a long sequence of characters (no spaces).
For example in one line:
qwerrqweqweasdqweqwe*replacethistext*asdasdasd
qwerrqweqweasdqweqwe*withthistext*asdasdasd
The specific string I am looking for can happen any where in a certain line.
How would I accomplish this?
Thanks
string.replace()confused you?