Follows my solution.
First, concatenate the two lists separating them by a special character (in the following, I will use §
):
text1
text2
text3
text4
§
value1
value2
value3
value4
Then:
- Find what:
^(?!§$)(?!.*=)(.*)([wW]*?^§
?
)(.*)
?
?
- Replace with:
$1=$3$2
- Ensure to have the following settings:
- Click as many times as needed on the
Replace
key.
- Finally remove the special character.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…