std-string-not-empty-p


Synopsis

(std-string-not-empty-p <x>)

Description

STD-STRING-NOT-EMPTY-P tests if the argument is a string which is not "", the empty string.

Arguments

x: any valid lisp expression

Return Value

T or nil.

Side Effects

None.

Module

(std-require 'STDSTR)

Defined in STDSTR