A text and something to look for in it, for text.includes, text.startsWith, text.endsWith, text.indexOf and text.lastIndexOf.
text.includes
text.startsWith
text.endsWith
text.indexOf
text.lastIndexOf
Optional
The text to look in.
hello world Copy
hello world
The text to look for, matched exactly, including case.
world Copy
world
Namespace: Bit › Inputs › Text
Other symbols in Inputs.Text:
API reference home · Full symbol index · Tutorials and guides · Platform
A text and something to look for in it, for
text.includes,text.startsWith,text.endsWith,text.indexOfandtext.lastIndexOf.