ARAS wrote:
Thanks again Thierry.It works like a charm.
I will to be working on a way more complicated html table, and that's been my concern.
I didn't know those were called regex(regular-expressions).
ARAS
Aras,
If you plan to go with regex, then I highly recommend you to learn a bit more
about it. Here is one of the most well done tutorial on regex:
http://www.regular-expressions.info/tutorial.html
Otherwise, regex in LC are implemented via the PCRE library. ( check pcre.org )
Until now, this library is an old one in LC; therefore be careful with a lot of "not working regex".
In LC 6.5, the PCRE has been updated to the latest!
Considering that LC is a very verbose language, and regexs are certainly not,
put some sugar on some abrasive comments agaisnt regex, somehow 2 different worlds
And last,I'm sure you know regex or LC are tools and by no way *the* solution;
so use regexs only when you really need it. LC has some powerful commands and functions to
manage chunck of text.
Otherwise, talking of html, there are some pretty parsers library available on the net.
Probably worth having a look. This may save you some precious time..
Ok, so was my thoughts on a nice sunday morning, cold air but blue and sunny sky
Be happy,
Thierry