473,468 Members | 1,343 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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

what's mean?
Nov 16 '05 #1
5 1188

"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 16 '05 #2
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 16 '05 #3
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 16 '05 #4
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 16 '05 #5
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 16 '05 #6

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
9
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: 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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.