=+the literal = (6110 / 758 / 3D16) , repeated at least once
\na line-feed (newline) character (ASCII 10)
.+any character (except for line terminators), repeated at least once
\na line-feed (newline) character (ASCII 10)
=+the literal = (6110 / 758 / 3D16) , repeated at least once
g modifier: global. Finds all matches instead of stopping after the first
U modifier: Ungreedy. Quantifiers are lazy by default. A trailing ? makes a quantifier greedy