I'm trying to find out if a String contains another string like this:
var s1 = "Test name*"
var s2 = "TestName"
If checked now it should return true.
I'm trying to find out if a String contains another string like this:
var s1 = "Test name*"
var s2 = "TestName"
If checked now it should return true.