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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

If you're interested in getting a good reference book on regular expressions in general, you might want to get a copy of Mastering Regular Expressions by Jeffrey Friedl. It may not necessarily be the best place to start learning, but it is a very good reference book to own.

As for how useful regular expressions are, I still remember my reaction to an example from that book. I can't remember all of the details but the example was describing the task of finding double occurrences of words (such as "the the" while ignoring case differences. And it should include cases of last word of one line and first word of the next line being the same. And the task was not just finding these occurrences, but highlighting them and copying those lines into another file. My initial thought was that had to be hundreds of lines of code, but the author said it could be done in something like 5 lines of code. At that time, I just couldn't believe that such a complicated task could be accomplished with very little code. When I read that, I knew that I really needed to learn regular expressions.


In reply to Re: Regex, the jungle survival skill by dasgar
in thread Regex, the jungle survival skill by mmkstarr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
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: (6)
As of 2024-04-19 06:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found