2017-03-19 8:21 GMT+01:00 Renee B <[email protected]>: > 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 --------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs
