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