Is there a way for the format string used in a call to string.format to contain a { character that is not used for substring insertion?
For example how could I do th
Use double {{ brace in your format string.
{{