Meshtastic App
Toggle table of contents
android
common
jvm
Target filter
android
common
jvm
Switch theme
Search in API
Skip to content
Meshtastic App
core-common
/
org.meshtastic.core.common.util
/
isValidAddress
is
Valid
Address
android
common
jvm
actual
fun
String
?
.
isValidAddress
(
)
:
Boolean
(
source
)
expect
fun
String
?
.
isValidAddress
(
)
:
Boolean
(
source
)
Validates if the given string is a valid network address (IP or domain).
actual
fun
String
?
.
isValidAddress
(
)
:
Boolean
(
source
)