substring
contains
startsWith
Returns true if the string contains the specified other string.
str.contains(other)
Enter values below to update the example in real time.
println
println("Hello".contains("ell")) // true