|
It
looks like you already have your answer but since my friend replied I figured I
would forward it on. -Cody
-----Original
Message-----
From: Paul
$string =~
s\(<b>|</b>)\\;
FYI -
Normally those
backslashes would be forward slashes, but since his
search string contains
forward slashes, you can use another symbol to
keep perl from getting
confused. For instance, I could have wrote
s*(<b>|</b>)** instead
and it would have meant the same thing.
|
RE: [luau] Perl String Question
Taylor Cody L. Contr 502 AOS/PETS Thu, 25 Mar 2004 22:33:46 +0000 (UTC)
- [luau] Perl String Question Matthew John Darnell
- Re: [luau] Perl String Question Brian McSheehy
- RE: [luau] Perl String Question Taylor Cody L. Contr 502 AOS/PETS
- Re: [luau] Perl String Question Brian McSheehy
