OK, so, let's say I have some text like :
Any random content here
{{mycontent
more content goes here
{{curly braces may also appear in here}}
{even single ones}
}}
And more content goes here...
I need to fetch the part between {{mycontent
and its corresponding }}
closing brackets.
How would you go about that, in RegEx (that's a must) ?