以开始
<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>'R'</td>
</tr>
</tbody>
</table>
<h1>选项</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>忽略大小写</td>
<td>【布尔型】是否忽略字符串的大小写,默认false,选中则忽略大小写。</td>
<td>否</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.指定的前缀是指输入的字符串的字符,但并没有指定前缀的长度。(例如:字符串'RPA'的指定前缀可以是'R'、'RP'或'RPA')
2.示例中除了'R'、'RP'以及'RPA'这三种指定的前缀输出的结果为True,其余的输出的结果均为Flase。
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/a5f0abf18e9472914bff3116de99c8b3" alt="" /></p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/1c2ef73654712efcc1ed73a12826cb6b" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/37b9874be4a951677184644b013ebd64" title="[组件[以开始]_20210419.db">组件[以开始]_20210419.db</a></p>