Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: FAST way to pull multiple lines around a keyword

by rizzy (Sexton)
on Oct 19, 2010 at 19:10 UTC ( [id://866156]=note: print w/replies, xml ) Need Help??


in reply to Re: FAST way to pull multiple lines around a keyword
in thread FAST way to pull multiple lines around a keyword

Thanks. I think I may do what you suggest.

One thing I did which DID speed things up very much was add a line break (/n) at the beginning and end of the match. That way there is only one possible match (for each keyword). What it was doing before was taking every possible combination of characters from the previous line and the subsequent line (i.e., .+) and then picking the longest one. Including the line break explicitly gives it only one choice.

  • Comment on Re^2: FAST way to pull multiple lines around a keyword

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-18 01:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found