SyntaxFix
Write A Post
Hire A Developer
Questions
String str = "Test Word"; if(str.indexOf(' ') != -1){ return true; } else{ return false; }