I have a String like a.b.{{{c.d}}}. What is the best way to extract {{{c.d}}}? The substring might be anywhere in the String like a.b.{{{c.d}}}.e
a.b.{{{c.d}}}
{{{c.d}}}
a.b.{{{c.d}}}.e