R
Roedy Green
Why won't this regex match this string?
<blockquote>“The secret is surrender. Commitment to Christ
involves surrender of the
intellect, the emotions and the will — the total
person.”
<br>
~ <span class="christian">Bill Bright</span>, <cite>Jesus and the
Intellectual</cite></blockquote>
private static final Pattern CHRISTIAN = Pattern.compile(
"<blockquote>[.]+<span
class=\"christian\">[.]+</span>[.]+</blockquote>", Pattern.DOTALL );
I have stared at it for 30 minutes and tried many variations to no
avail.
Any tips on debugging problems of this sort?
--
Roedy Green Canadian Mind Products
http://mindprod.com
PM Steven Harper is fixated on the costs of implementing Kyoto, estimated as high as 1% of GDP.
However, he refuses to consider the costs of not implementing Kyoto which the
famous economist Nicholas Stern estimated at 5 to 20% of GDP
<blockquote>“The secret is surrender. Commitment to Christ
involves surrender of the
intellect, the emotions and the will — the total
person.”
<br>
~ <span class="christian">Bill Bright</span>, <cite>Jesus and the
Intellectual</cite></blockquote>
private static final Pattern CHRISTIAN = Pattern.compile(
"<blockquote>[.]+<span
class=\"christian\">[.]+</span>[.]+</blockquote>", Pattern.DOTALL );
I have stared at it for 30 minutes and tried many variations to no
avail.
Any tips on debugging problems of this sort?
--
Roedy Green Canadian Mind Products
http://mindprod.com
PM Steven Harper is fixated on the costs of implementing Kyoto, estimated as high as 1% of GDP.
However, he refuses to consider the costs of not implementing Kyoto which the
famous economist Nicholas Stern estimated at 5 to 20% of GDP