Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Regex To Remove File Extension (rindex)

by almut (Canon)
on Dec 10, 2008 at 21:50 UTC ( [id://729520]=note: print w/replies, xml ) Need Help??


in reply to Re: Regex To Remove File Extension (rindex)
in thread Regex To Remove File Extension

...or, using substr() as an lvalue:

substr($n,rindex $n,'.') = '';

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found