I look for function that replace string. example:
name = asasasasa
Simon = asds
return:
name
Simon
Thx
|
I look for function that replace string. example:
return:
Thx |
|||
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Hard to tell exactly what you are looking for, but perhaps something like:
That code above will return "key" |
|||
|
|
=? My first action would be to use Google: encrypted.google.com/search?q=python+string+replace – Felix Kling Jun 16 '11 at 15:07