Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » no String::Replace() ?
Re: no String::Replace() ? [message #20758 is a reply to message #11279] Sun, 05 April 2009 09:16 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
luzr wrote on Thu, 30 August 2007 16:23

Seem OK, but perhaps a little bit slow. I think the fast method would be to recreate String - insertion into String can be expensive.

I would do e.g.:

String es;
for(const char *q = s; *q; q++) {
    es.Cat(*q);
    if(*q == '\'')
       es.Cat('\'');
}


As for inclusion of some Replace to String.h, well, why not, but perhaps not as member function. It is also the question how generic it should be (what you need is sort of special case that can be handled more effectively).

Mirek


Hello,

is there an U++ method/function for Replace? like
Replace(String old_s, String new_s, String source)
that substitute all the occurence of old_s in source with new_s?

I was not able to find it.
Thanks,
Luigi

[Updated on: Sun, 05 April 2009 09:26]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Compile errror in ctrllib/update.cpp
Next Topic: PROPOSAL: SerializeStore helper
Goto Forum:
  


Current Time: Wed May 22 17:19:42 CEST 2024

Total time taken to generate the page: 0.03891 seconds