If you are using BBEdit to match text using grep regular expressions, then preprend:
(?s)
to the regular expression to make BBEdit match multi-line.