<replace></replace>
Provided by module: RXML 2 tags
Replaces strings in the contents with other strings.
Attributes
- from="string"
-
String or list of strings that should be replaced.
- to="string"
-
String or list of strings with the replacement strings. Default is the
empty string.
- separator="string" (,)
-
Defines what string should separate the strings in the from and to
attributes.
- type="{word, words}" (word)
-
Word means that a single string should be replaced. Words that from
and to are lists.