For a given expression i, the preceding string (if any).
i
In practice, this is an empty string ('') if there is no preceding string, which is common.
''
final List<String> strings;