0

私はpyGithibライブラリを使用して、githubリポジトリで* .rbで終わるすべてのファイルの内容を表示しています。そのライブラリを使用して、この形式の文字列を取得します

desc  'heading \'Test this too\')
                 Rationale: Best Practice
                 this line is also included in description '

config 'xxx' do

          title 'this is a dummy title \'Test this too\' for this block'
          desc  'Demo (test this) description \'Test this too\')
                 Rationale: Best Practice
                 this line is also included in description '
          
          tag benchmark: 'xyz:11'
          tag level: 1
          tag version: '0.0.1'
          tag reference: 'version 2.4'
          tag resource_type: 'A'

正規表現を使用して、ブロックの後に複数行にある値と、ブロックの後にdesc含まれる文字列の値を取得するにはどうすればよいですかversionconfig

4

1 に答える 1