Hi everyone, thanks for reading.
I just need a simple regular expression for php preg_match_all. I want to match a keyword and any text(including new lines) that come before the keyword.
the basic idea is: some paragraphs of text, need to match the keyword out of the text and keep everything...