Re: replace words

2005-10-28 Thread Scott David Daniels
Peter Otten wrote: > [EMAIL PROTECTED] wrote: > > >>What is the way for replacing in a string from . to . the sentence? >>for example: >>"been .taken. it may be .left. there, >>even if the .live coals were not. cleared" >>I want to do this-> replace(\.(.*)\.,\.start (1) end\.) >>result: >>"been

Re: replace words

2005-10-26 Thread Paul McGuire
[EMAIL PROTECTED] wrote: > What is the way for replacing in a string from . to . the sentence? > for example: > "been .taken. it may be .left. there, > even if the .live coals were not. cleared" > I want to do this-> replace(\.(.*)\.,\.start (1) end\.) > result: > "been .start taken end. it may

Re: replace words

2005-10-26 Thread Peter Otten
[EMAIL PROTECTED] wrote: > What is the way for replacing in a string from . to . the sentence? > for example: > "been .taken. it may be .left. there, > even if the .live coals were not. cleared" > I want to do this-> replace(\.(.*)\.,\.start (1) end\.) > result: > "been .start taken end. it may