manishsawant
MIS
Hi,
I want to check for a string inside a string and if it exists then return true else return false.
The string might be "Select Name" so i want to check if there is "Select" in the string then return true else false. I can hardcode the value in the if condition for the check.
Thanks,
Manish
I want to check for a string inside a string and if it exists then return true else return false.
The string might be "Select Name" so i want to check if there is "Select" in the string then return true else false. I can hardcode the value in the if condition for the check.
Thanks,
Manish