Thread
Regex-Frage
(11 answers)
Opened by Gast at
2009-12-20 19:10
Gast LanXoff
2009-12-22 02:50
Code (perl): (
dl
)
/( (?: \w+ (?:\s+\w+ )? )?+ ; (?: \w+ (?: \s+\w+ )? )?+ /x
;
View full thread
Regex-Frage