Un texto y algo que buscar en él, para text.includes, text.startsWith, text.endsWith, text.indexOf y text.lastIndexOf.
text.includes
text.startsWith
text.endsWith
text.indexOf
text.lastIndexOf
Optional
El texto en el que buscar.
hello world Copy
hello world
El texto que buscar, coincidencia exacta, mayúsculas y minúsculas incluidas.
world Copy
world
Namespace: Bit › Inputs › Text
Other symbols in Inputs.Text:
API reference home · Full symbol index · Tutorials and guides · Platform
Un texto y algo que buscar en él, para
text.includes,text.startsWith,text.endsWith,text.indexOfytext.lastIndexOf.