如何在行的開頭插入一個字串,該字串依賴於使用 python note++ 定義開始和結束位置的其他兩個字串值

如何在行的開頭插入一個字串,該字串依賴於使用 python note++ 定義開始和結束位置的其他兩個字串值

如何在下面的範例中使用 Note++ 的 Python 外掛程式...請建議

例如,我有

First
x
y
z
Second
a
b
c
Third
d
e
f
The result I would like to achieve is;
First
Q1 x
Q1 y
Q1 z
Second
Q2 a
Q2 b
Q2 c
Third
Q3 d
Q3 e
Q3 f

相關內容