Using OR in a grep search

To use OR when you are doing a grep search use the \| characters to separate the items you are searching for.

cat text_to_search_in | grep 'first\|second\|third'