checkIfWord

fun checkIfWord(input: String): Boolean

Return

Whether input contains only a single word

Parameters

input

The input string which has to be validated