Saya memiliki file log dengan entri seperti berikut:
Memasukkan
php notice bob
php notice winner
php notice blah winner
php notice asfsdf test
php erro)r bob
php error winner
php error trash winner
php error junk test
print this line
Keluaran
php notice winner
php notice blah winner
php error winner
php error trash winner
print this line
Apa yang saya coba lakukan adalah mencocokkan semua baris dari file log kecuali - berisi php
diikuti oleh error
atau notice
. Jika berisi php
diikuti oleh error
atau notice
, maka itu hanya akan cocok jika winner
juga dalam string. Regex-foo saya lemah. Terima kasih.