Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Regular expressions are:

by jhourcle (Prior)
on Mar 03, 2009 at 01:07 UTC ( [id://747588]=note: print w/replies, xml ) Need Help??


in reply to Regular expressions are:

Both a blessing and a curse --

I'm used to using regex in Perl, or other apps using PCRE, but I have to do work in IDL ... and they have what they claim to be regex support, but it lacks:

  • Non-greedy quantifiers
  • lookahead / lookbehind assertions
  • all of the zero-width assertions other than $ and ^
  • \w, \d, \s, etc.
  • non-capturing parenthesis

So ... anyway, not all regex are created equal -- Perl regex good ... IDL regex is a steaming pile.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 18:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found