Starts with¶
Returns True if the input string starts with the specified substring (case-sensitive). Treats special characters such as ., /, @, -, and spaces as part of the literal search string, as oppose to the "contains" transform which uses special characters as word boundaries.
Input type¶
String
Output type¶
Boolean
Usage information¶
| Functionality | Availability |
|---|---|
| Standard Quiver card | Supported |
| Transform table transform | Supported |
中文翻译¶
Starts with¶
如果输入字符串以指定的子字符串开头(区分大小写),则返回 True。该函数将 .、/、@、- 和 空格 等特殊字符视为字面搜索字符串的一部分,这与 "contains" 转换(transform)不同,后者将特殊字符视为单词边界。
输入类型¶
String(字符串)
输出类型¶
Boolean(布尔值)
使用信息¶
| 功能 | 可用性 |
|---|---|
| 标准 Quiver 卡片 | 支持 |
| 转换表转换 | 支持 |