Teks dan sesuatu yang dicari di dalamnya, untuk text.includes, text.startsWith, text.endsWith, text.indexOf dan text.lastIndexOf.
text.includes
text.startsWith
text.endsWith
text.indexOf
text.lastIndexOf
Optional
Teks tempat pencarian.
hello world Copy
hello world
Teks yang dicari, dicocokkan persis, termasuk huruf besar-kecil.
world Copy
world
Namespace: Bit › Inputs › Text
Other symbols in Inputs.Text:
API reference home · Full symbol index · Tutorials and guides · Platform
Teks dan sesuatu yang dicari di dalamnya, untuk
text.includes,text.startsWith,text.endsWith,text.indexOfdantext.lastIndexOf.