私は(ファイルから)文字列を持っています:
ILX (New for 2013!)
Overview: The least expensive route to Honda's premium-label goodness
Drivetrain: Two four-cylinder engines to choose from as well as a gas-electric hybrid; front-wheel-drive only.
文字列を取得する方法:
$writeup = file_get_contents($car_files_path . $manufacture . '/Stories/'.$story);
概要行 ( Overview: The least expensive route to Honda's premium-label goodness)
. これを達成するための最良の方法は何ですか.
私は .*\n を試しましたが、それはすべてに一致し、次に新しい行に一致します。正規表現を非貪欲にする方法はありますか?
私は試しました:
preg_match('/^Overview:\s.*$/im', $writeup, $overall_matches)
そして、一致するものはありません