Condition check from string

@Naga_Abhishek_Reddy_Chepp

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