|
<ai>
<autoformat>
<case>
<comment>
<default>
<doc>
<foldlist>
<obox>
<random>
<replace>
<smallcaps>
<sort>
<strlen>
<tablify>
<trimlines>
|
<replace></replace>
Replaces strings in the contents with other strings.
Attributes
- from
from=string
-
String or list of strings that should be replaced.
- to
to=string
-
String or list of strings with the replacement strings. Default is the
empty string.
- separator
separator=string (,)
-
Defines what string should seperate the strings in the from and to
attributes.
- type
type={word, words} (word)
-
Word means that a single string should be replaced. Words that from
and to are lists.
|
|