I\'m using regex (?<=\\()(.*)(?=\\)) to match all content between { & } whether on a single line or multi line.
(?<=\\()(.*)(?=\\))
{
}
This wor