Thread Kurzfassung If-Bedingung (23 answers)
Opened by Jan at 2018-01-11 15:57

Gast payx
 2018-01-11 19:21
#187876 #187876
Code: (dl )
1
2
perl -wE '$description = qq(fooWYSIWYG\nbar); say $description !~/WYSIWYG/ig ? $description =~s/\n/<br>/gr : $description;'
perl -wE '$description = qq(fooWYSIWOG\nbar); say $description !~/WYSIWYG/ig ? $description =~s/\n/<br>/gr : $description;'

Last edited: 2018-01-11 19:25:02 +0100 (CET)

View full thread Kurzfassung If-Bedingung