hi everyone, help me with this problem.
I have a string like this:
"Condition: Critical"
Now i need a code to search for the string "Condition:" and after its found, i should get only 'critical' as output.
Is there any code to implement this other than string tokenizer?
