...

/

String Interpolation with 's'

String Interpolation with 's'

In the following lesson, you will be introduced to the 's' string interpolator.

Processed String Literals

In string interpolation, we work with processed string literals. Processed string literals are simply string literals that require further work or processing during compilation by the compiler.

The s String Interpolator

For string interpolation with s, we prepend an ...