Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: How to avoid an alphabet and integer next to it in a string?

by moritz (Cardinal)
on Mar 21, 2014 at 18:20 UTC ( [id://1079323]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    s/H(?![a-z])\d*//</c>
    
    <p>Or if you prefer the Unicode-y approach:</p>
    
    <code>s/H(?!\p{Ll})\d*//
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (9)
As of 2024-04-23 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found