Re: best design for parse
- From: "GS" <gsmsnews.microsoft.comGS@xxxxxxxxxxxxxxxxx>
- Date: Sat, 6 Jan 2007 22:44:03 -0700
the target is actually part of a windows .net application with winform that
embed webbrowser control.
I despite the clipboard source may well be in html table, but I can get the
text. the resulting text will have columns delimited by a couple of space
like characters
I am just in the designing stage to find the an easy to maintain approach
that will yield adequate performance on target PCs.
"Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
news:%23%23RArbhMHHA.536@xxxxxxxxxxxxxxxxxxxxxxx
GS,tell
I was thinking about writting that this was not in the case with webpages.
However windowforms is the default in this newsgroup, therefore please
this next time.in
Cor
"GS" <gsmsnews.microsoft.comGS@xxxxxxxxxxxxxxxxx> schreef in bericht
news:OIkxvRhMHHA.992@xxxxxxxxxxxxxxxxxxxxxxx
thank you, Cor.
However, I must be thick. I don't quite get the drift as with regard to
2007. are we talking about a new release of studio, .net frame work or
just
the release or patch to come out in 2007.
how would that handle string date mixed with other data?
Actually the original source of the data is displayed html table placed
andclipboard. the objective to standardize the date string to yyyy-mm-dd
then pass on to other components for processing and storage
"Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
news:%23Qj7TbWMHHA.3944@xxxxxxxxxxxxxxxxxxxxxxx
GS,
Maybe can you avoid this in 2007 and all things like that as
DateTime.parseExact, but have a look to the nicely by Microsoft inbuild
globalization and than the to that related ToString option.
Cor
"gs" <gs@xxxxxxxxxxxxxx> schreef in bericht
news:OtrnsPTMHHA.4720@xxxxxxxxxxxxxxxxxxxxxxx
let say I have to deal with various date format and I am give format
string from one of the following
dd/mm/yyyy
mm/dd/yyyy
dd/mmm/yyyy
mmm/dd/yyyy
dd/mm/yy
mm/dd/yy
dd/mmm/yy
mmm/dd/yy
dd/mm
what is the best way to come up a relevant regex for the incoming
format
string
a) use two array and statically match
b) use regex to find the order
.
- References:
- best design for parse
- From: gs
- Re: best design for parse
- From: Cor Ligthert [MVP]
- Re: best design for parse
- From: GS
- Re: best design for parse
- From: Cor Ligthert [MVP]
- best design for parse
- Prev by Date: Re: checkbox = -1
- Next by Date: Re: best design for parse
- Previous by thread: Re: best design for parse
- Next by thread: Re: best design for parse
- Index(es):
Relevant Pages
|
Loading