I am not very good in regex so I'm looking for help. I need to fetch content between .
and {
.
Example:
.aaa { }
.bbb {}
ccc {}
ddd {}
eee {}
I.e. aaa
and bbb
in a string. This data can change so I want to use a regex for this. Thanks.
Spaces are allowed and new lines are allowed. This is a simple text file.