Raw String Literal Library Support
Mark Derricutt
mark at talios.com
Tue Mar 13 20:54:44 UTC 2018
On 14 Mar 2018, at 7:42, Remi Forax wrote:
> it already exists :)
> Stream<String> stream = Pattern.compile("\n|\r\n|\r").splitAsStream(string);
>
> Rémi
One that worked, or had support for grey-space would be a nice addition when working with RSL tho, unless grey-space is automatically handled at the compiler level ( don't believe I saw that mentioned anywhere ).
Mark
---
"The ease with which a change can be implemented has no relevance at all to whether it is the right change for the (Java) Platform for all time." — Mark Reinhold.
Mark Derricutt
http://www.theoryinpractice.net
http://www.chaliceofblood.net
http://plus.google.com/+MarkDerricutt
http://twitter.com/talios
http://facebook.com/mderricutt
More information about the core-libs-dev
mailing list