转小写
<h1>功能</h1>
<p>将给定字符串中的所有ASCII字符转换为小写。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>输入</td>
<td>【字符串】要转小写的字符串。</td>
<td>'QWEQWE'</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>无</p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/cdd5ba7ae147315fd46cd05bb030ab85" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/0d9ddd28a06c6412691a0d884353d24d" title="[组件[转小写]_20210419.db">组件[转小写]_20210419.db</a></p>