The raw string interpolator is similar to the s interpolator. The only difference is that raw doesn’t recognize character literal escape sequences.
The raw String Interpolator
For string interpolation with raw, we prepend the word raw to any string literal. This allows us to print characters symbols within strings.