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

(elbie): "everything but" regex

by elbie (Curate)
on Aug 17, 2001 at 01:15 UTC ( #105525=note: print w/replies, xml ) Need Help??


in reply to Re: "everything but" regex
in thread "everything but" regex

Note that if your string does not contain 'whatever', then HyperZonk's second regex will return nothing.

I'm going to go out on a limb here, as regexes are not my thing, but this might just work:

$string =~ /^((.*?)(whatever))*(.*)$/;

However to be perfectly honest, I've no idea which $1, $2, $3, etc will be the values you want, or even if the regex is correctc.

I seem to have bitten off a bit much. Can somebody help?

elbieelbieelbie

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2023-03-23 17:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?