Closed martin-volf closed 11 months ago
Format strings use "{}" to interpolate arguments, but that does not exist in String.format which uses C-like interpolation.
"{}"
String.format
Format strings use
"{}"
to interpolate arguments, but that does not exist inString.format
which uses C-like interpolation.