Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re2: Help on using alternation grouping star versus dot star.

by Hofmator (Curate)
on Jun 11, 2001 at 14:57 UTC ( [id://87443]=note: print w/replies, xml ) Need Help??


in reply to (tye)Re: Help on using alternation grouping star versus dot star.
in thread Help on using alternation grouping star versus dot star.

tye, well there is a reason not to simplify like you suggested:

s#<div class="blockqte">#<pre>#g; # this is OK s#</div>#</pre>#g; # this creates the problems

you replace all </div> with </pre> and if I understood it correctly, not all the <div> tags have the attribute class="blockqte" and should be replaced ... ;-)

-- Hofmator

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (1)
As of 2024-04-24 14:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found