Subj : How do you replace a character in (a Richedit control) with a string To : borland.public.cpp.borlandcpp From : "legacye" Date : Tue Jul 01 2003 09:35 am Hey people of the c++ world student tryin to finish a project here Im using Borland c++ Builder 4.5 , and I need to know how u replace a character in a string....(which is referenced from Rich Edit ...ie (RichEdit->Text = String Y)...with another string ##### character in a string->string It needs to be able to replace multiple occurances example. The boy crossed the airfield, the airfield was old new The boy crossed the road, the road was old ############## Thanks a lot if u can solve my problem .