What you need to check in that string?..
Do you need to extract condition feom that?
Or you want to check if string contains some value?
Str.contains(value) can be used to check if it contains something…
Cheers
What you need to check in that string?..
Do you need to extract condition feom that?
Or you want to check if string contains some value?
Str.contains(value) can be used to check if it contains something…
Cheers