用于 text.includes、text.startsWith、text.endsWith、text.indexOf 和 text.lastIndexOf 的文本和要在其中查找的内容。
text.includes
text.startsWith
text.endsWith
text.indexOf
text.lastIndexOf
Optional
要在其中查找的文本。
hello world Copy
hello world
要查找的文本,精确匹配,包括大小写。
world Copy
world
Namespace: Bit › Inputs › Text
Other symbols in Inputs.Text:
API reference home · Full symbol index · Tutorials and guides · Platform
用于
text.includes、text.startsWith、text.endsWith、text.indexOf和text.lastIndexOf的文本和要在其中查找的内容。