Notepad++ 删除记事本中2个字符之间的字符++;

Notepad++ 删除记事本中2个字符之间的字符++;,notepad++,Notepad++,我想删除记事本中“、R.drawable和“)之间的字符++ case : ed.getText().insert(ed.getSelectionStart(), getSmiledText(getBaseContext(), "For the first part of your question select Regular Expression in the Find Replace and Find: (R.drawable).+(\);) case:ed.getText().in

我想删除记事本中“、R.drawable和“)之间的字符++

case  : ed.getText().insert(ed.getSelectionStart(), getSmiledText(getBaseContext(), "For the first part of your question select Regular Expression in the Find Replace and Find:

(R.drawable).+(\);)

case:ed.getText().insert(ed.getSelectionStart(),getSmiledText(getBaseContext(),”对于问题的第一部分,请在查找替换和查找中选择正则表达式:

\1\2
并替换为:


第二部分可以通过按住alt键并选择列,然后进入Edit->column Editor并播放要插入的数字来完成。

如果行大于或等于10,AWK中的这一行将插入行数:
awk'{i++;如果(i>=10){print$1,i$0}else print}您的_file.txt


您可以使用BufferedReader轻松地在JAVA中读取行。读取行后,只需使用“”将其拆分,并检查行是否大于9,如果大于9,则在第一个单词后添加一个数字行

对于第二个问题,请查看