question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What about String concatenation according to the EL 3.0 spec

See original GitHub issue

${"foo" += "bar"} does juel support it? If not: Will string concatenation be implemented?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dzmitry-kankalovichcommented, Jun 8, 2017

Hello @beckchr, just curious as well if there are any plans for EL 3.0? Since Java 8 and it’s streams and lambdas EL 3.0 gives significant boost in capabilities, would be nice to have it in JUEL 😃

0reactions
arjantijmscommented, Jun 8, 2017

Ok, thanks for the reply 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

String Concatenation in EL [duplicate] - Stack Overflow
Quoting EL 3.0 Specification. String Concatenation Operator. To evaluate. A += B. Coerce A and B to String. Return the concatenated string of ......
Read more >
[el-spec users] [jsr341-experts] Re: The new EL 3.0 String ... - Oracle
[el-spec users] [jsr341-experts] Re: The new EL 3.0 String concatenation operator &, how would that work in Facelets? This message : [ Message ......
Read more >
Expression Language 3.0 feature functions - IBM
String concatenation. For more information, see section 1.8 of the EL 3.0 specification. Assignment. For more information, see section 1.13 of the EL...
Read more >
Jakarta Expression Language
The 3.0 specification was the first JSR that defined the Expression ... by using the string concatenation operators, introduced in EL 3.0.
Read more >
6. Spring Expression Language (SpEL)
As an example of method invocation, we call the 'concat' method on the string literal. ExpressionParser parser = new SpelExpressionParser(); Expression exp = ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found