Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Regex not matching all in DB

by Wonko the sane (Deacon)
on Jan 30, 2003 at 16:25 UTC ( [id://231366]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
            $_[0] =~ s/&lt;/</g;
            $_[0] =~ s/&gt;/>/g;
    }
    
  2. or download this
    LINE:[<br>&lt;/pre&gt;<br>&lt;img src=http://blah.microsoft.com/analog
    +_sc/bp/_lessons_learned/2788_1.jpg&gt;<br>&lt;br&gt;<br>&lt;img]
    LINE:[<br></pre><br><img src=http://blah.microsoft.com/analog_sc/bp/_l
    +essons_learned/2788_1.jpg><br><br><br><img]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://231366]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-03-28 13:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found