Contains¶
Returns True if the input string contains the specified substring (case-sensitive). Treats special characters such as ., /, @, -, and spaces as word boundaries.
Input type¶
String
Output type¶
Boolean
Usage information¶
| Functionality | Availability |
|---|---|
| Standard Quiver card | Supported |
| Transform table transform | Supported |
中文翻译¶
Contains¶
如果输入字符串包含指定的子字符串(区分大小写),则返回 True。将 .、/、@、- 和 空格 等特殊字符视为单词边界。
输入类型¶
String(字符串)
输出类型¶
Boolean(布尔值)
使用信息¶
| 功能 | 可用性 |
|---|---|
| 标准 Quiver 卡片 | 支持 |
| 转换表转换 | 支持 |