I have a string Str, that I read from a file. Its values can be null, "norw" or !="norw". Now I want to execute a code block when its value is either null or !=norw. How do I do that?
I have a string Str , that I read from a file. Its values
Share
1 Answer