(*ANYCRLF)specifies a newline convention: \r, \n or \r\n
(*BSR_ANYCRLF)restricts what \R matches to \r, \n, or \r\n
@importthe literal text @import (case insensitive) .*any character (except for line terminators), repeated any number of times
;the literal ; (5910 / 738 / 3B16)
$end of string, or before its final line terminator
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters
g modifier: global. Finds all matches instead of stopping after the first