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

Re: regex help needed

by samarzone (Pilgrim)
on Mar 29, 2011 at 07:57 UTC ( [id://896102]=note: print w/replies, xml ) Need Help??


in reply to regex help needed

You got the solutions by Eliya and dasgar. Here is the answer of

Any idea what I'm missing?

The dot (.) after the first closing bracket is creating problem. Remove it and the asterisk as well.

I was trying to explain the regex but I found it quite difficult for me to write it in simple language. :)

You can try to find out where and why the pattern matched by printing $1 or adding multiple capturing brackets before or after the negative look ahead pattern and then printing the corresponding matches

--
Regards
- Samar

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-03-30 06:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found