indi visual
Member
Here is a tricky one.
Good ".me" = "(iandmyself.me)"
Bad ".me" = "(KeyWorded problematic value.me)"
How do I ONLY change the bad dot in "(KeyWorded problematic value.me)" to another character (or word)?
It's tricky because I won't know what any of this text is other than ".me" and "(Keyworded".
These are the only two definitives I have to go off, I can't figure out how to change the bad .me without accidentally changing the good .me (and vice versa).
Everything else including value structure-location, text, and length of string could be anything in various places and rows.
My ultimate goal is to trap "(iandmyself.me)" and delete it without disturbing anything else in this crazy string. My logic is that if I remove the dot, I can then tell them apart enough to delete what I want without accidentally deleting both of them. I am welcome to a better recommended strategy if suggested.
Here is the monster:
unencapsulated value (value with spaces) (nospacevalue) (KeyWorded problematic value.me) (iandmyself.me) (KeyWorded problematic value.me) (nospacevalue) (value with spaces) unencapsulated value
Good ".me" = "(iandmyself.me)"
Bad ".me" = "(KeyWorded problematic value.me)"
How do I ONLY change the bad dot in "(KeyWorded problematic value.me)" to another character (or word)?
It's tricky because I won't know what any of this text is other than ".me" and "(Keyworded".
These are the only two definitives I have to go off, I can't figure out how to change the bad .me without accidentally changing the good .me (and vice versa).
Everything else including value structure-location, text, and length of string could be anything in various places and rows.
My ultimate goal is to trap "(iandmyself.me)" and delete it without disturbing anything else in this crazy string. My logic is that if I remove the dot, I can then tell them apart enough to delete what I want without accidentally deleting both of them. I am welcome to a better recommended strategy if suggested.
Here is the monster:
unencapsulated value (value with spaces) (nospacevalue) (KeyWorded problematic value.me) (iandmyself.me) (KeyWorded problematic value.me) (nospacevalue) (value with spaces) unencapsulated value