JavaScript lazy regex for matching HTML tags?

That regex tested is not great. It is in fact matching as you want it to, but it is matching it multiple times (2 different matches), and not showing a difference, you only want the first match.

That regex tested is not great. It is in fact matching as you want it to, but it is matching it multiple times (2 different matches), and not showing a difference, you only want the first match. Go here: gskinner.com/RegExr/ Test it there, turn off the 'global' you will see it working.

Nice! That's exactly what I need. Thanks so much.

– Grnbeagle Jun 17 '10 at 6:03 You're welcome :) – Kerry Jun 17 '10 at 6:05.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions