is Valid
Return
Whether this string is valid
Examples:
null -> false
"null" -> false
"" -> false
"NULL" -> false
" " -> false
Deprecated
Use the function version as it allows for smart-casting
Replace with
this.isValid()Content copied to clipboard
Return
Whether this string is valid
Examples:
null -> false
"null" -> false
"" -> false
"NULL" -> false
" " -> false