Re: Re[6]: [PHP] preg_replace: avoiding double replacements

2010-05-19 Thread Ashley Sheridan
> - Original message - > From: Ashley Sheridan > To: Peter Lind > Date: Tuesday, May 18, 2010, 2:32:11 PM > Subject: [PHP] preg_replace: avoiding double replacements > > On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: > > > On 18 May 2010 12:35, Andre Poly

Re[6]: [PHP] preg_replace: avoiding double replacements

2010-05-19 Thread Andre Polykanine
Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Ashley Sheridan To: Peter Lind Date: Tuesday, May 18, 2010, 2:32:11 PM Subject: [PHP] preg_replace:

Re[6]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
9952 Twitter: m_elensule - Original message - From: Peter Lind To: a...@ashleysheridan.co.uk Date: Tuesday, May 18, 2010, 3:00:56 PM Subject: [PHP] preg_replace: avoiding double replacements On 18 May 2010 13:43, Ashley Sheridan wrote: > > On Tue, 2010-05-18 at 13:46 +0200, Peter

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 13:43, Ashley Sheridan wrote: > > On Tue, 2010-05-18 at 13:46 +0200, Peter Lind wrote: > > On 18 May 2010 13:32, Ashley Sheridan wrote: > > > > On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: > > > > On 18 May 2010 12:35, Andre Polykanine wrote: > > > Hello Peter, > > > > > >

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Ashley Sheridan
On Tue, 2010-05-18 at 13:46 +0200, Peter Lind wrote: > On 18 May 2010 13:32, Ashley Sheridan wrote: > > > > On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: > > > > On 18 May 2010 12:35, Andre Polykanine wrote: > > > Hello Peter, > > > > > > Hm... I see I need to specify what I'm really doin

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 13:32, Ashley Sheridan wrote: > > On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: > > On 18 May 2010 12:35, Andre Polykanine wrote: > > Hello Peter, > > > > Hm... I see I need to specify what I'm really doing. Actually, I need > > to change the letters in the text. It's a famo

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Ashley Sheridan
On Tue, 2010-05-18 at 13:09 +0200, Peter Lind wrote: > On 18 May 2010 12:35, Andre Polykanine wrote: > > Hello Peter, > > > > Hm... I see I need to specify what I'm really doing. Actually, I need > > to change the letters in the text. It's a famous and ancient crypting > > method: you divide the

Re: Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 12:35, Andre Polykanine wrote: > Hello Peter, > > Hm... I see I need to specify what I'm really doing. Actually, I need > to change the letters in the text. It's a famous and ancient crypting > method: you divide the alphabet making two parts, then you change the > letters of one pa

Re[4]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
ex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Peter Lind To: Andre Polykanine Date: Tuesday, May 18, 2010, 10:19:51 AM Subject: [PHP] preg_replace: avoiding double replacements On 18 May 2010 09:04,

Re: Re[2]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Peter Lind
On 18 May 2010 09:04, Andre Polykanine wrote: [snip] > Andre Polykanine wrote: >> Hello everyone, >> >> Sorry for bothering you again. >> Today I met a problem exactly described by a developer in users' notes >> that follow the preg_replace description in the manual: >> info at gratisrijden dot

Re[2]: [PHP] preg_replace: avoiding double replacements

2010-05-18 Thread Andre Polykanine
elon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Jim Lucas To: Andre Polykanine Date: Tuesday, May 18, 2010, 3:33:09 AM Subject: [PHP] preg_replace: avoiding double replacements Andre Polykanine wrote: > Hello e

Re: [PHP] preg_replace: avoiding double replacements

2010-05-17 Thread Jim Lucas
Andre Polykanine wrote: > Hello everyone, > > Sorry for bothering you again. > Today I met a problem exactly described by a developer in users' notes > that follow the preg_replace description in the manual: > info at gratisrijden dot nl > 02-Oct-2009 02:48 > if you are using the preg_replace wit

[PHP] preg_replace: avoiding double replacements

2010-05-17 Thread Andre Polykanine
Hello everyone, Sorry for bothering you again. Today I met a problem exactly described by a developer in users' notes that follow the preg_replace description in the manual: info at gratisrijden dot nl 02-Oct-2009 02:48 if you are using the preg_replace with arrays, the replacements will apply as