Thread Kniffliger programmschnipsel
(7 answers)
Opened by shaihulud at 2006-05-11 17:51
[quote=cm,11.05.2006, 17:21]
Code: (dl
)
if(/^$zahl2\;(^[;]+)/) matched auch nicht. Müsste eher in die Richtung gehe: Code: (dl
)
if(/^$zahl2\;(\w+)/) ne, nicht wenn leerzeichen und bindestriche etc. darin enthalten sind. das hütchen muss einfach eine position nach rechts versetzt werden, dann wird alles bis zum nächsten ";" gematcht. Code: (dl
)
if(/^$zahl2\;([^;]+)/) What is a good module? That's hard to say.
What is good code? That's also hard to say. One man's Thing of Beauty is another's man's Evil Hack. |