Re: str_ireplace() for php4?
- From: "Janwillem Borleffs" <jw@xxxxxxxxxxxxx>
- Date: Sun, 12 Mar 2006 02:36:13 +0100
Toby Inkster wrote:
What if $str contained "\1"?
You probably mean "\\1", which will contain pattern matches grouped by
parenthesis, but these will be ignored as preg_quote is used to escape the
parenthesis when occurring in $needle.
JW
.
- Follow-Ups:
- Re: str_ireplace() for php4?
- From: Chung Leong
- Re: str_ireplace() for php4?
- References:
- str_ireplace() for php4?
- From: Simon
- Re: str_ireplace() for php4?
- From: Janwillem Borleffs
- Re: str_ireplace() for php4?
- From: Simon
- Re: str_ireplace() for php4?
- From: Janwillem Borleffs
- Re: str_ireplace() for php4?
- From: Toby Inkster
- str_ireplace() for php4?
- Prev by Date: Re: charts layering problem
- Next by Date: Re: Form Security
- Previous by thread: Re: str_ireplace() for php4?
- Next by thread: Re: str_ireplace() for php4?
- Index(es):