is Group Name Valid

fun isGroupNameValid(groupName: String?): Boolean

Function to check the validity of a group name

Return

whether the group name is valid as Boolean

Parameters

groupName

: group name to check