oops!
Please see the change log for version 8.00 on
http://www.pcre.org/changelog.txt
Shiplu Mokadd.im
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://groups.google.com/group/p2psust
Innovation distinguishes bet ... ... (ask Steve Jobs the rest)
On Tue, 2010-05-11 at 23:29 +0700, shiplu wrote:
> I think the error is related to changed described here.
> http://www.pcre.org/changelog.txt
>
> Shiplu Mokadd.im
> My talks, http://talk.cmyweb.net
> Follow me, http://twitter.com/shiplu
> SUST Programmers, http://groups.google.com/group/p2psust
I think the error is related to changed described here.
http://www.pcre.org/changelog.txt
Shiplu Mokadd.im
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://groups.google.com/group/p2psust
Innovation distinguishes bet ... ... (ask Steve Jobs the rest)
On Tue, 2004-02-24 at 10:49, Henry Grech-Cini wrote:
> http://www.alpha-geek.com/2003/12/31/do_not_do_not_parse_html_with_regexs.html
>
> Do we all agree or should I keep trying?
The important thing to keep in mind here is to use the right tool for
the job. If you are parsing an HTML document lo
hi marek,
thanx for your suggestion.
i have tried out the tokenizer but
1. i think its not realy final and can change in the future
2. the tokenizer can only find real php code but i need to find my
simplified php code without an ; on the end of an statement for example.
so the tokenizer doesn't
Forget regexp and try this function:
http://sk.php.net/manual/en/function.token-get-all.php
Jaaboo wrote:
I give an wrong example. Here is a better one
$txt = "func1($par1," 100 (euro)", func2($par2,"(c) by nobody"))";
if (preg_match_all('
/
([a-zA-Z]\w*?)
\s*
(
\(
(
(?>.*?)|
.*?(?R)*
> >
> > This is wrong. It should be
> > Content-Type: multipart/mixed;
> > boundary="B42DA66C4EC07C9B572A58FC"
> >
> > I don't know why it is not reading the whole string. It seems to treat
> > the *boundary* part as another line.
>
> It _is_ another line; it just happens to s
On 16-Jul-01 Adrian D'Costa wrote:
> Hi James,
>
> Thanks for your mail. But I think the problem like somewhere else.
>
> I have the following:
> echo $buffer;
> There result :
> Content-Type: multipart/mixed;
>
> This is wrong. It should be
> Content-Type: multipart/mixed;
> boundary="--
8 matches
Mail list logo