std-string-list-p | ![]() |
Predicate if the expression is a proper list and all elements are strings.
(std-string-list-p '("A" "B")) => T
same as:
(std-every 'stringp expr)
expr: any valid lisp expression
T or nil.
None.
(std-require 'STDLIST)
Defined in STDLIST