isUserId

fun isUserId(str: String?): Boolean

Tells if a string is a valid user Id.

Return

true if the string is a valid user id

Parameters

str

the string to test