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এর জন্য একটি টেক্সট ও তাতে খোঁজার কিছু।