0
開始と終了の間のすべてを抽出する必要があります。perlの2つのキーワードの間のすべてを抽出する方法
\ nがない場合、以下のコードが機能します。 O/pがあるべき
$mystring = "The start text always precedes \n the end of the text.";
if($mystring =~ m/start(.*?)end/) {
print $1;
}
- テキストは常に\ nは