Re: It is recommended to increase template strings in Java

2022-03-17 Thread Magnus Ihse Bursie
Hi, Your mail is virtually unreadable. But from what I can gather, I think you are asking for something like this: https://openjdk.java.net/jeps/8273943 However, that is not a question for the build-dev mailing list. /Magnus On 2022-03-17 10:15, Ruidong Pu wrote: This feature has been ar

It is recommended to increase template strings in Java

2022-03-17 Thread Ruidong Pu
This feature has been around for a long time in other languages. Mainly for automatic insertion of values for string formatting, such as template strings in Python3 or JavaScript (maybe with different names).Below are some examples of template strings.For example, after Python 3.6+, Python can