Friday, April 1, 2016

Re: String formatting in GWT 2.6+

Our project, Google Closure Compiler, has a basic implementation of String.format at https://github.com/google/closure-compiler/blob/master/src/com/google/javascript/jscomp/parsing/parser/util/format/SimpleFormat.java
It only supports a couple of replacements, but if you don't need complex formatting it should work.

On Friday, April 1, 2016 at 6:33:29 AM UTC-4, Rade Martinović wrote:
I cannot look it up right now, but is String.format() supported in GWT after 2.6?

Are there plans?

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment