I'm doing some work and I've come across an issue--I have two strings, which may or may not be different from one another. They started off the as the same string originally, and then were separately modified. How do I reconcile or join these two strings again?
Do I need to keep track of exactly which modifications were made to each string, and then apply each of those modifications to the original string? I'm not sure how to do that--each string is being modified in a textarea
.