I was looking at some regular expression related posts earlier today, and I noticed many of them showing something along the lines of:
<a\\b[^>]*href=\"[^>]*>(.*?)
The issue is in the
.*?
That may exclude line terminators. If you use
[\\W\\w\\s]*
in place of that. It will work around the line terminator issues. That is unless you are specifically looking for some specific tag without a line terminator.
Trying Out jMonkeyEngine SDK 3.0RC1
-
I've never used jMonkeyEngine SDK before, and I've always been meaning to
start. Now that jMonkeyEngine SDK 3.0RC1 has come out based on top of the
7.2 Bet...
9 hours ago

1 comments:
I have no words for this great post such a awe-some information i got gathered. Thanks to Author.
html5 audio player
Post a Comment