Oh, that was a typo... sorry...

it should be:

"This equals this equals tHis" -> "That equals that equals tHat"

Edward

----- Original Message -----
From: "Jeff Sheltren" <[EMAIL PROTECTED]>
To: "Edward van Bilderbeek - Bean IT" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Thursday, January 31, 2002 10:56 PM
Subject: Re: [PHP] ereg et all


> I'm not sure why you wanted the last word "tHis" to be changed to "That"
> (with a capital)... can you explain further?
>
> Jeff
>
> At 10:52 PM 1/31/2002 +0100, Edward van Bilderbeek - Bean IT wrote:
> >that is not what I meant... I want the cases to remain...
> >
> >----- Original Message -----
> >From: "Rick Emery" <[EMAIL PROTECTED]>
> >To: "'Edward van Bilderbeek - Bean IT'" <[EMAIL PROTECTED]>;
> ><[EMAIL PROTECTED]>
> >Sent: Thursday, January 31, 2002 10:47 PM
> >Subject: RE: [PHP] ereg et all
> >
> >
> > > try:  eregi_replace("this","that","This equals this equals tHis");
> > >
> > >
> > > -----Original Message-----
> > > From: Edward van Bilderbeek - Bean IT [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, January 31, 2002 3:40 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [PHP] ereg et all
> > >
> > >
> > > hi,
> > >
> > > is there a simple way to replace an occurence of a string, into
another,
> > > maintaing capital positions...
> > >
> > > Like:
> > > $str = "This equals this equals tHis";
> > >
> > > and I wanna replace all occurences of "this" in "that", that the
result
> >will
> > > be:
> > >
> > > $str = "That equals that equals That";
> > >
> > > Edward
> > >
> > >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to