Un texte et quelque chose à y chercher, pour text.includes, text.startsWith, text.endsWith, text.indexOf et text.lastIndexOf.
text.includes
text.startsWith
text.endsWith
text.indexOf
text.lastIndexOf
Optional
Le texte dans lequel chercher.
hello world Copy
hello world
Le texte à chercher, comparé exactement, casse comprise.
world Copy
world
Namespace: Bit › Inputs › Text
Other symbols in Inputs.Text:
API reference home · Full symbol index · Tutorials and guides · Platform
Un texte et quelque chose à y chercher, pour
text.includes,text.startsWith,text.endsWith,text.indexOfettext.lastIndexOf.