isValid

fun isValid(input: String): Boolean

Validates if a given string contains only valid JEncodedCells.

Return

true if the string is valid, false otherwise.

Parameters

input

The string to validate.