Hi,
I currently have two strings that have two names in it (that might or might not be the same). There are some situations where the name in each of the strings is the same, but due to a typo, will appear as different.
Example: String1 has Austin Industries, but String2 has Austine Industries. Assuming that I know both these two names should actually just be Austin Industries, I want to be able to identify that the two strings are the same, and change the incorrect one to the correct version.
How do I go about achieving this? Any help would be thoroughly appreciated.
Thank you!
Austin
I currently have two strings that have two names in it (that might or might not be the same). There are some situations where the name in each of the strings is the same, but due to a typo, will appear as different.
Example: String1 has Austin Industries, but String2 has Austine Industries. Assuming that I know both these two names should actually just be Austin Industries, I want to be able to identify that the two strings are the same, and change the incorrect one to the correct version.
How do I go about achieving this? Any help would be thoroughly appreciated.
Thank you!
Austin
Comment