I have a multiline search that was working before the new regex engine, but does not work now. I think the issue is that the engine is not correctly recognizing [:print:]. My search is:
(^FEATURE\s+\S+\s+\S+\s+\S+\s+27-mar-2109.+[\n[:print:]]*?\w)\n
Anyone else having this issue?