I am using pyGithib library view the contents of all the files ending with *.rb in github repo, Using that library i get a string which is in this format
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'
Using regex, how can i get values which are in multiline after desc
and also for string containing version
after the config
block