Текст и что в нем искать, для 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.