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

Re: Re: Useful Uses of regex code expressions?

by I0 (Priest)
on Jun 26, 2002 at 23:37 UTC ( [id://177586]=note: print w/replies, xml ) Need Help??


in reply to Re: Useful Uses of regex code expressions?
in thread Useful Uses of regex code expressions?

(??{}) is handy in matching nested sets of paren/brackets/etc without crawling through the string C-style, but not a necessity.
  • Comment on Re: Re: Useful Uses of regex code expressions?

Replies are listed 'Best First'.
Re: Re: Re: Useful Uses of regex code expressions?
by jryan (Vicar) on Jun 26, 2002 at 23:43 UTC
    True; but rolling with your flow, regexes themselves aren't really a necessity - only something that happens to be handy for when when you don't feel like crawling through a string C-style.
      Regexes without (??{}) can be used in matching nested sets of paren/brackets/etc when you don't feel like crawling through a string C-style.
        Of an unknown/changing depth of nesting? I'd like to see it done...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-19 15:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found