StringIterableFormattingExtension extension
Utilities for formatting iterables of strings.
Properties
- commaSeparatedWithAnd → String
-
Available on Iterable<
Returns a comma-separated string with the last element preceded by 'and'.String> , provided by the StringIterableFormattingExtension extensionno setter - commaSeparatedWithOr → String
-
Available on Iterable<
Returns a comma-separated string with the last element preceded by 'or'.String> , provided by the StringIterableFormattingExtension extensionno setter - quotedAndCommaSeparatedWithAnd → String
-
Available on Iterable<
Returns a comma-separated string with single quotes around each element and the last element preceded by 'and'.String> , provided by the StringIterableFormattingExtension extensionno setter - quotedAndCommaSeparatedWithOr → String
-
Available on Iterable<
Returns a comma-separated string with single quotes around each element and the last element preceded by 'or'.String> , provided by the StringIterableFormattingExtension extensionno setter