Итак, у меня есть код для реформирования (1000 строк), и я хочу перейти от этого
if $one=0 and $two=32 then $dist=1
if $one=0 and $two=15 then $dist=2
if $one=0 and $two=19 then $dist=3
этой
if $one=0 and $dist=1 then $two=32
if $one=0 and $dist=2 then $two=15
if $one=0 and $dist=3 then $two=19
in a few words swap both $two and its value with $dist and its value.
до сих пор я попробовал это, но его не так
if ([^ ]+) and ([^]+) then ([^]+)
//
может ли это случиться с регулярными выражениями notepad++ ? cheers