Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.dom
/
DOMStringList
/
contains
contains
fun
contains
(
string
:
String
)
:
Boolean
(
source
)
Returns true if strings contains string, and false otherwise.
MDN Reference