Thread
Monster-Regex: negativer look behind
(7 answers)
Opened by
Froschpopo
at
2007-09-26 21:56
topeg
2007-09-26 22:19
User since
2006-07-10
2611 Artikel
BenutzerIn
Die Schreibweise war nicht ganz richtig:
Code (perl): (
dl
)
$string
=~
s/(?!\])\n+/<br>/gs
;
View full thread
Monster-Regex: negativer look behind