New in version 2.5.
True when expr is a string and is space-delimited lowercase:
abjad> iotools.is_space_delimited_lowercase_string('foo bar')
True
False otherwise:
abjad> iotools.is_space_delimited_lowercase_string('foo_bar')
False
Return boolean.