Trying to parse .{1}{2} for translation

I regularly get files with annoying placeholders next to punctuation for example

It is rainy today.{1}{2}Tomorrow it will be dry.{3}{4}So there.

Because Studio doesn't recognize . if it's next to something else, I tried creating a Regex parsing rule but it complains that \.{1}{2} uses a "nested parameter". Is there a way around that so that Studio will parse this as

It is rainy today.

{1}{2}

Tomorrow it will be dry.

{3}{4}

So there.



adding desired outcome
[edited by: Michael Bauer at 10:00 AM (GMT 1) on 10 Oct 2022]
emoji