I have two files that contain SQL. They are nearly identical other than the fact that one has _TST appended to all of its table names. I would like to ignore any lines where the only difference is _TST. I tried replacements, but I couldn't replace _TST with nothing. Someone else requested this, but there example could be worked around by using a regular expression. I wasn't able to accomplish my goal that way, but regular expressions are not something I have much experience with.
Is there a way to ignore a particular constant during a comparison?
Is there a way to ignore a particular constant during a comparison?
Comment