私は次のことを達成しようとしています:
void foo( int one,
int const & two,
Bar three)
に
void foo( int one,
inst const & two,
Bar three)
align-regex
関数を使用してこれを行うことは可能ですか (接頭辞なしで)?
より一般的には、正規表現のグループ化は何を意味しますか (「列」と見なされる部分ですか)? そして、「変更する括弧グループ (負の場合は正当化)」とは何ですか?
ありがとう