473,385 Members | 1,546 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

re.Pattern = "\<p>(.[^\[]*)\<\/div>"

what's mean?
Nov 12 '05 #1
9 2068

"Bill Yin" <yi********@yahoo.com.cn.discuss> wrote in message
news:O8*************@TK2MSFTNGP10.phx.gbl...
what's mean?


It means the following:
1) a regular expressing - have a look at this link:
http://support.microsoft.com/default...b;EN-US;308252

2) mega-crossposting - have a look at these links
http://www.oakroadsystems.com/genl/unice.htm#xpost
and
ftp://ftp.demon.co.uk/pub/doc/rfc/rfc1855.txt

regards
roy fine
Nov 12 '05 #2

"Bill Yin" <yi********@yahoo.com.cn.discuss> wrote in message
news:O8*************@TK2MSFTNGP10.phx.gbl...
what's mean?


It means the following:
1) a regular expressing - have a look at this link:
http://support.microsoft.com/default...b;EN-US;308252

2) mega-crossposting - have a look at these links
http://www.oakroadsystems.com/genl/unice.htm#xpost
and
ftp://ftp.demon.co.uk/pub/doc/rfc/rfc1855.txt

regards
roy fine
Nov 12 '05 #3
I think the pattern look for a a <p> tag start and continues to match any
character except [ until </div> end tag is found.

"Bill Yin" <yi********@yahoo.com.cn.discuss> wrote in message
news:O8*************@TK2MSFTNGP10.phx.gbl...
what's mean?

Nov 12 '05 #4
I think the pattern look for a a <p> tag start and continues to match any
character except [ until </div> end tag is found.

"Bill Yin" <yi********@yahoo.com.cn.discuss> wrote in message
news:O8*************@TK2MSFTNGP10.phx.gbl...
what's mean?

Nov 12 '05 #5
re.Pattern = "\<p>(.[^\[]*)\<\/div>"

This statement assigns the string "\<p>(.[^\[]*)\<\/div>" to the member or
property "Pattern" of the object "re".
(As you posted this to a C# ng, I guess this is the kind of answer you
expected?)

Now, do you really think this has anything to do with
- FAQs
- ADO.net
- ASP.net
- XML
- SourceSafe???

Niki

"Bill Yin" <yi********@yahoo.com.cn.discuss> wrote in
news:O8*************@TK2MSFTNGP10.phx.gbl...
what's mean?

Nov 12 '05 #6
re.Pattern = "\<p>(.[^\[]*)\<\/div>"

This statement assigns the string "\<p>(.[^\[]*)\<\/div>" to the member or
property "Pattern" of the object "re".
(As you posted this to a C# ng, I guess this is the kind of answer you
expected?)

Now, do you really think this has anything to do with
- FAQs
- ADO.net
- ASP.net
- XML
- SourceSafe???

Niki

"Bill Yin" <yi********@yahoo.com.cn.discuss> wrote in
news:O8*************@TK2MSFTNGP10.phx.gbl...
what's mean?

Nov 12 '05 #7
SP
\ = cross
<p> = cross posting
( = to
..[ = newsgroups
^ = an exponential number of times
\[]*) = (and probably not the first time)
\<\ = will get you answered less then
/div> = a number divided by itself (i.e. 1)

SP

"Bill Yin" <yi********@yahoo.com.cn.discuss> wrote in message
news:O8*************@TK2MSFTNGP10.phx.gbl...
what's mean?

Nov 12 '05 #8
SP
\ = cross
<p> = cross posting
( = to
..[ = newsgroups
^ = an exponential number of times
\[]*) = (and probably not the first time)
\<\ = will get you answered less then
/div> = a number divided by itself (i.e. 1)

SP

"Bill Yin" <yi********@yahoo.com.cn.discuss> wrote in message
news:O8*************@TK2MSFTNGP10.phx.gbl...
what's mean?

Nov 12 '05 #9
excellent reply

"SP" <egatsecneserp(reverse)@hotmail.com> wrote in message
news:Ou**************@TK2MSFTNGP12.phx.gbl...
\ = cross
<p> = cross posting
( = to
.[ = newsgroups
^ = an exponential number of times
\[]*) = (and probably not the first time)
\<\ = will get you answered less then
/div> = a number divided by itself (i.e. 1)

SP

"Bill Yin" <yi********@yahoo.com.cn.discuss> wrote in message
news:O8*************@TK2MSFTNGP10.phx.gbl...
what's mean?


Nov 12 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: Dr Duck | last post by:
GDay all, Something seems odd to me.... I wrote a simple C# function public void bind(ref object a, ref object b, bool atob) { if(atob) b = a; else
5
by: Bill Yin | last post by:
what's mean?
8
by: active | last post by:
I use quickwatch on (astrThisOne <> "") and it reports: False as it should because astrThisOne reports: "" Yet If (astrThisOne <> "") Then executes the Then clause
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.