Um texto e algo a procurar nele, para text.includes, text.startsWith, text.endsWith, text.indexOf e text.lastIndexOf.
text.includes
text.startsWith
text.endsWith
text.indexOf
text.lastIndexOf
Optional
O texto onde procurar.
hello world Copy
hello world
O texto a procurar, correspondido exatamente, incluindo maiúsculas e minúsculas.
world Copy
world
Namespace: Bit › Inputs › Text
Other symbols in Inputs.Text:
API reference home · Full symbol index · Tutorials and guides · Platform
Um texto e algo a procurar nele, para
text.includes,text.startsWith,text.endsWith,text.indexOfetext.lastIndexOf.