I try to get blocks with this regex .*[%].*(?:.*|(?:\\n.+)*).
.*[%].*(?:.*|(?:\\n.+)*)
I want to get lines which contains % operator like below :
%
Match 1: