
19 Mar
2017
19 Mar
'17
10:34 a.m.
2017-03-19 8:21 GMT+01:00 Renee B
Try: (?m:^Closeable$)
Thank you, it works! Explanation for myself (and for the list archive): ?m sets multiline matches (see: http://www.regextester.com/pregsyntax.html#AEN123893) Explanation of multiline modifier: http://php.net/manual/en/reference.pcre.pattern.modifiers.php Regards, Balázs