Hi, i made this regular expression on regexr.com: \{(\n+.+[^{}]+\n)*\}
It selects everything i need inside { } for example:
{
asd
asd
asd
}
and it doesnt select text outside {} but it doesnt work on OpenOffice, it doesnt find any text to replace.
Thanks!