Merge without text in quotes #972
Unanswered
jasonhudgens20
asked this question in
Q&A
Replies: 1 comment
-
WinMerge doesn't have that features. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I have two files. I would like to merge ONLY the texts that are NOT in quotes (" ") from two files.
What is the best way to do this?
Example:
I am a "good" guy
I am not a "bad" guy
Now I merge the first line (text) into the second and the result should be:
=> I am a "bad" guy
The word in " " was ignored.
Beta Was this translation helpful? Give feedback.
All reactions