in reply to Re^3: Parsing a Variable Format String
in thread Parsing a Variable Format String

The .*? matches anything
Any number of non-newlines, unless you specify /s.