You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature that would make string formatting much more easier.
If it's not possible, how about a Format function: Format("Greetings, {0}", name)?
The text was updated successfully, but these errors were encountered:
deerchao
changed the title
String interpolation(like $"Greetings, {name}!" in C#)
Feature request: String interpolation(like $"Greetings, {name}!" in C#)
Feb 28, 2024
Thank you for this suggestion. I am happy to try and support the interpolation option, if that proves tricky then we can look to supporting Format instead.
This is a feature that would make string formatting much more easier.
If it's not possible, how about a Format function:
Format("Greetings, {0}", name)
?The text was updated successfully, but these errors were encountered: