|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| StringReplace["string", s->sp] or StringReplace["string", {s1->sp1, s2->sp2, ...}] replaces the string expressions si by spi whenever they appear as substrings of "string". |
| StringReplace["string", srules, n] does only the first n replacements. |
| StringReplace[{s1, s2, ...}, srules] gives the list of results for each of the si. |