Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Regex, the jungle survival skill

by Laurent_R (Canon)
on Mar 10, 2016 at 07:30 UTC ( [id://1157265]=note: print w/replies, xml ) Need Help??


in reply to Regex, the jungle survival skill

Jeffrey Friedl's Mastering Regular Expressions is an excellent book, but certainly not the place to start with if you're going to start studying regexes.

Otherwise, just to confirm, regex is really a central skill for using Perl, because it is so deeply integrated within the language. Perl is know to be a language of choice for manipulating text data because of regexes, and it don't use them, your abilities to manipulate data becomes actually quite poor, because many things that can be done with special functions on other languages have to be done with regexes in the broader sense in Perl.

And, BTW, it is much less difficult to learn than you might think: regex may seem impressive if you don't know them, but there is nothing really difficult about them.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 15:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found