Erik_
Does PHP have a isEmpty() or similar?
Thu Aug 31, 2023 11:46pm

For strings? Java also has someString.isBlank() which returns true if the string is empty or only spaces.

In Perl you can do something like:

if ($some_string =~ m/^\s+$/) {
# you gotta blank string
}

"Forces act when not restrained" - Puckdropper