Ben biraz uzun olmak sonuna kadar gidiyor bir regex var ve onu çok daha kolay birden çok hatları üzerinden sahip olmak okumak için yapmak istiyorum.
Bu çalıştı ama sadece barfs.
preg_match('
^J[0-9]{7}:\s+
(.*?) #Extract the Transaction Start Date msg
\s+J[0-9]{7}:\s+Project\sname:\s+
(.*?) #Extract the Project Name
\s+J[0-9]{7}:\s+Job\sname:\s+
(.*?) #Extract the Job Name
\s+J[0-9]{7}:\s+
', $this->getResultVar('FullMessage'), $atmp);
Preg_match için yukarıdaki biçimde bir regex geçmek için bir yol var mı?