latex brackets around lines in text mode code example
Example: latex brackets around lines in text mode
\documentclass{article}
\begin{document}$\left.
\begin{tabular}{lll}
Text line one \\
Text line two \\
Text line three \\
\end{tabular}
right\} = $ Text
\end{document}