Ecaping a line feed in grep/egrep

Is it possible to use the escape sequence:

\r

to match a line feed in grep/egrep?

I want to use a regexp that crosses over two lines, and it does not seem to be possible.

Used sed with multiline patterns.