Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Interpolate Text Not Inside a Certain Tag

by satchm0h (Beadle)
on Apr 07, 2005 at 20:39 UTC ( [id://445870]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub boldify
    {
    ...
        }
        return join '', @parts;
    }
    
  2. or download this
    my $test_data = <<INPUT;
    This is **bold**, but ``this is **not** bold``
    ...
    INPUT
    
    print boldify($test_data);
    
  3. or download this
    This is <b>bold<\b>, but this is **not** bold
    This is **not** bold, but this is <b>bold<\b>, and this is **not** bol
    +d
    This sure is <b>bold<\b> and so is <b>this<\b>, but **this** aint
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (None)
    As of 2024-04-19 00:04 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found