08/06/16 14:17:31 7EqZagjt0
>>529
こーですか、わかりません
$Str = input( "正規表現で一括斬り抜き", "" );
if( !result ){
endmacro;
}
#Cnt = 0;
#Ret = true;
while( #Ret != false ){
searchdown2 $Str,regular;
#Ret = result;
if( #Ret ){
moveto foundendx, foundendy;
beginsel;
moveto foundtopx, foundtopy;
endsel;
if( #Cnt == 0 ) cut;
else appendcut;
#Cnt = #Cnt + 1;
}
}
一応 ^(?=.*行)(*\n で動いたっぽいけどね