フォーラムメンバーの皆様、
NotePad++ の一般式で、上下にある \r\n のエントリに対して、間に挟まれた "X" 量のテキストと行を抽出することは可能ですか? 以下は、補助としての視覚的な例です。
UNWANTED "X" amount of text above
\r\n
\r\n
\r\n
\r\n
"X" amount of text and rows sandwiched in between four entries of \r\n below and above
\r\n
\r\n
\r\n
\r\n
UNWANTED "X" amount of text below
私の目標は、一般式で、4 つの \r\n 値と背後にあるすべての不要なテキストの間にあるテキストと行の量だけを抽出することです。以下は、クリップボードから新しいテキスト ファイルにデータを貼り付ける方法の例です。
"X" amount of text and rows in sandwiched in between four entries of \r\n below and above
\r\n
\r\n
\r\n
"X" amount of text and rows in sandwiched in between four entries of \r\n below and above
\r\n
\r\n
\r\n
"X" amount of text and rows in sandwiched in between four entries of \r\n below and above
\r\n
\r\n
\r\n
"X" amount of text and rows in sandwiched in between four entries of \r\n below and above
違いは、不要なテキストがすべて削除され、元は \r\n の 4 つの値内にネストされていたデータが \r\n の 3 つの値内にネストされていることだけです。どんな助けでも大歓迎です。