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