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के लिए एक टेक्स्ट और उसमें ढूँढी जाने वाली चीज़।