Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: followup on regex

by Wonko the sane (Deacon)
on Jul 21, 2003 at 19:24 UTC ( [id://276413]=note: print w/replies, xml ) Need Help??


in reply to followup on regex

Your original regex has a flaw in the character class.

The '-' needs to be escaped.

This is a corrected pattern that should do what you want.

s/(copyright\s+[\d\-\s\,]*)/$1, 2003/i

Wonko

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-03-28 18:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found