nstcl  >  Documentation  >  nstcl-misc  >  empty_string_p

Tcl Powered!

empty_string_p

NAME

empty_string_p — Tests whether a given string is empty

SYNOPSIS

package require nstcl-misc ?1.0?
package require nstcl ?1.0?

::nstcl::empty_string_p string

DESCRIPTION

Returns a 1 if string is empty, 0 otherwise.

KEYWORDS

misc, nstcl