| www.delorie.com/gnu/docs/guile/guile_188.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following procedures can be used to check whether a given string fulfills some specified property.
#t if obj is a string, else #f.
#t if str's length is zero, and
#f otherwise.
(string-null? "") => #t y => "foo" (string-null? y) => #f |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |