Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^5: Problems searching and highlighting proximity words in a text

by Krambambuli (Curate)
on May 24, 2010 at 12:05 UTC ( [id://841376]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Problems searching and highlighting proximity words in a text
in thread Problems searching and highlighting proximity words in a text

The $4 seems not to be necessary,

Indeed, as long as you use

(?:\w+\W+){0,$distance}

instead of the expression I've used,

(\w+\W+){0,$distance}

there will be no extra match. I haven't done any benchmarking, but probably the lookahead is a bit better/faster anyway.

  • Comment on Re^5: Problems searching and highlighting proximity words in a text

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found