indi visual
New Member
- Joined
- Oct 15, 2010
- Messages
- 22
*you may want to turn word wrap off in notepad to get a full view of the lines*
With these lines, I'm trying to figure out a way to replace "(Keyword problematic value.me)" on all lines to "(KeyWord problematic valueReserveDotMarkerme)".
Basically replacing the dot with "ReserveDotMarker", but only if it is contained in "(KeyWord...*)
http://www.iandmyself.me/replacing-specific-values-strings.txt
As you can see, they're already changed on the left, but not the right.
In addition, the tricky part is that "iandmyself.me" has the same ".me" value in it (I plan to leave these unchanged).
All the words you see in the lines are random generic phrases:
I will not know what any of these values actually are except ".me" and "(KeyWord "
Also, the only other definitive I have is that all of the "iandmyself.me" (links) will not have spaces.
I'm not worried about the trailing fragment dashes and underscores, I just need to mark the "(KeyWord problematic value.me)"s on the right side.
With these lines, I'm trying to figure out a way to replace "(Keyword problematic value.me)" on all lines to "(KeyWord problematic valueReserveDotMarkerme)".
Basically replacing the dot with "ReserveDotMarker", but only if it is contained in "(KeyWord...*)
http://www.iandmyself.me/replacing-specific-values-strings.txt
As you can see, they're already changed on the left, but not the right.
In addition, the tricky part is that "iandmyself.me" has the same ".me" value in it (I plan to leave these unchanged).
All the words you see in the lines are random generic phrases:
I will not know what any of these values actually are except ".me" and "(KeyWord "
Also, the only other definitive I have is that all of the "iandmyself.me" (links) will not have spaces.
I'm not worried about the trailing fragment dashes and underscores, I just need to mark the "(KeyWord problematic value.me)"s on the right side.
Last edited: