PHP bu regex var:
preg_match('/\[summary\](.+)\[\/summary\]/i', $data['text'], $match);
Özet etiketleri arasındaki metin tek satırda olduğunda çalışıyor. Satırsonu karakterleri Ancak, bu uymuyor.
I've tried to find a correct modifier here: http://nl2.php.net/manual/en/reference.pcre.pattern.modifiers.php But the only one related to newlines is "m" and that doesn't do what I want.
Bu işi yapmak için nasıl?