Thread Kurzfassung If-Bedingung
(23 answers)
Opened by Jan at 2018-01-11 15:57 Code: (dl
)
1 perl -wE '$description = qq(fooWYSIWYG\nbar); say $description !~/WYSIWYG/ig ? $description =~s/\n/<br>/gr : $description;' Last edited: 2018-01-11 19:25:02 +0100 (CET) |