This inspection reports legacy string formatting expressions (via "format", "formatted" or string concatenation) that can converted to interpolated strings. The new syntax is more concise, offers more static checking and provides a better runtime performance.