brian-girko / multiple-highlight

Color-coded highlighter extension to find queries
https://add0n.com/multiple-highlight.html
23 stars 4 forks source link

Need support: highlight one regex containing spaces? #7

Closed exec228 closed 4 years ago

exec228 commented 4 years ago

Salut

Sorry for bothering. But the link "support" brings me here again... O:-)

I'm here http://sovnavyww2.aiq.ru/mtb/typ_d3.htm I'm trying to highlight motor torpedo boats that are commissioned in 1943. I entered formula

r:вст. в строй .+ 1943

(which translates as "commiss. into service ... 1943") I don't need other paragraphs, like "commiss. into service ... 1941".

Separator is space, as you demanded earlier.

And addon highlighted separate parts as if formula is actually four distinct values highlighted independently. I think that "space as separator" is somehow hinders to parse regex the way I mean.

How can I do it correctly to highlight

вст. в строй 30.06.1943 вст. в строй 2.08.1943 вст. в строй 28.08.1943 etc

?

Firefox 75.0x64 on Windows 10x64.

Thank you!

exec228 commented 4 years ago

Ah. My fault r:вст. в строй.+?1943