ランダムなコードを含むスクリプトがありますが、メモ帳 ++ で方法を探しているか、バッチファイルまたは sepcifque コードを置き換えることができるツールを探しています。例を次に示します。
Random
If this equal that then you soulAd do this and do that therefore..
the code should be executed immediatly
--stackb
select * from user_error where object_name = name
select * from user_error where table= randomly
case 1 a = b else c=a
--stacke
Begin with the structure of the data and divide the codes
end with what you know
コメントスタックbとスタックaの間の単語を置き換えたいので、結果は以下のようになります
Random
If this equal that then you sould do this and do that therefore..
the code should be executed immediatly
--stackb
The codes here has been replaced,
can you do that ?
case 1 a = b else c=a
--stacke
Begin with the structure of the data and divide the codes
end with what you know
結果を達成できるバッチファイルまたはメモ帳++にコードはありますか?