as i understood, s can be empy if both part1 and part2 are empty
I have same problem, even i write something like this and it does not work, if return true or false
if(s=="" & part1=="code" & part2=="wars"){ result = false; }
Loading collection data...
as i understood, s can be empy if both part1 and part2 are empty
I have same problem, even i write something like this and it does not work, if return true or false