Thread Problem mit Regex..: ...unde html-code... (3 answers)
Opened by steinwolf at 2003-08-23 19:09

steinwolf
 2003-08-23 19:09
#76751 #76751
User since
2003-08-04
367 Artikel
BenutzerIn
[default_avatar]
Hi,
ersma der codeschnüppsel..
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
#!perl -w

@bold = ("print","binmode");
$string = "print";

foreach (@bold)
{
$string =~/$_/<b>$_</b>/g;
}

print $string;


im prinzip will ich nix weiter, als vor und hinter einige wörter ein bisken html-schnipsel ankleben..
funktioniert bloss nich.. soll ich vielleicht substr() einsetzen? Gibts das überhaupt in Perl? Gibts wogar ne einfacherere Lösung?

mfg steinwolf\n\n

<!--EDIT|steinwolf|1061651408-->
"Did you know? You can use your old motor oil to fertilize your lawn." - Blinkster - Professionelles EDV Forum

View full thread Problem mit Regex..: ...unde html-code...