Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: String interpolation(like $"Greetings, {name}!" in C#) #140

Open
deerchao opened this issue Feb 28, 2024 · 1 comment
Open

Comments

@deerchao
Copy link

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)?

@deerchao deerchao changed the title String interpolation(like $"Greetings, {name}!" in C#) Feature request: String interpolation(like $"Greetings, {name}!" in C#) Feb 28, 2024
@bijington
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants