字符串替换
<h1>功能</h1>
<p>在给定的字符串中用新字符串替换旧字符串。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>输入</td>
<td>【字符串】要输入的字符串。</td>
<td>'金智维RPA机器人'</td>
</tr>
<tr>
<td>旧字符串</td>
<td>【字符串】要被替换的旧字符串。</td>
<td>RPA</td>
</tr>
<tr>
<td>新字符串</td>
<td>【字符串】要替换的新字符串。</td>
<td>K-RPA</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>结果</td>
<td>【字符串】替换字符串后的结果</td>
<td>替换结果(创建变量)</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.若‘新字符串’中没有输入的新字符串,将替换成空的字符串,相当于删减掉旧字符串。
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/101db427cef55b0205291e83b2f30d8c" alt="" /></p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/76684ffc39473187ab5f044df016868b" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/968d607c5d98bd10d190d8c5bf7bb1d5" title="[组件[字符串替换]_20210419.db">组件[字符串替换]_20210419.db</a></p>