Thread
$rofl =~ /hallo{2,}/i
(4 answers)
Opened by Gast at
2007-07-18 15:49
jubei
2007-07-20 13:35
User since
2007-07-19
22 Artikel
BenutzerIn
Quote
Code (perl): (
dl
)
(?:\
A
|\
b
)
$keyword
(?:\
b
|\
z
)
\b
sollte eigentlich auch am Stringanfang/-ende matchen
View full thread
$rofl =~ /hallo{2,}/i