473,414 Members | 1,563 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,414 software developers and data experts.

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

what's mean?
Nov 18 '05 #1
5 922

"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 18 '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 18 '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 18 '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 18 '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 18 '05 #6

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

Similar topics

9
by: Bill Yin | last post by:
what's mean?
0
by: Bill Yin | last post by:
what's mean?
5
by: Bill Yin | last post by:
what's mean?
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.