Re: [PHP-DEV] Feature Request for pcre_match*()

2002-03-04 Thread derick
Hello, can you please post a unified diff (diff -u)? That's much more readable. regards, Derick On Mon, 4 Mar 2002, 'Ricky' S Dhatt wrote: > Hi - > > I'd like to ask that the pcre_match*() functions be modified such that > they can also return position info on where the match(s) occured, akin

[PHP-DEV] Feature Request for pcre_match*()

2002-03-04 Thread 'Ricky' S Dhatt
Hi - I'd like to ask that the pcre_match*() functions be modified such that they can also return position info on where the match(s) occured, akin to Perl's pos(). I think this would be a very useful addition, plus it requires minimal code changes since the actual function, php_pcre_match() compu