I wanted to extract an item inside a comment block like this one
<!-- stuff = 'value'; ...
the item be extracted is 'value'.
any suggestions on how I can achive that with regex in python?
I wanted to extract an item inside a comment block like this one
<!-- stuff = 'value'; ...
the item be extracted is 'value'.
any suggestions on how I can achive that with regex in python?