isValidString

open fun isValidString(string: String): Boolean

Determines if the string is a valid Ripple address.

Return

true if the given address is a valid Ripple address, false otherwise

Parameters

string

Non-null pointer to a string that represent the Ripple Address to be checked