Can StringFormat
support <placeholder>
or [placeholder]
?
#65
xingyutangyuan
started this conversation in
Ideas
Replies: 1 comment
-
Internally we have a variant that supports using square brackets. Adding the support is easy, but it complicates the ErrorProne check a little. We haven't seen high demand for adding alternative placeholders yet. Maybe you can describe why they are important to you? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
StringFormat's curly brace syntax is cool. But can it support other placeholder syntax like
<placeholder>
or${placeholder}
?Beta Was this translation helpful? Give feedback.
All reactions