size
contains
isEmpty
Returns true if the string contains the specified other string.
list.contains(element)
Enter values below to update the example in real time.
println
println("Hello".contains("ell")) // true