You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-user@jakarta.apache.org by Taras Tielkes <ta...@xs4all.nl> on 2001/10/04 20:25:13 UTC

Java RFE for vertabim strings

Hi,

Some time ago I submitted a RFE for vertabim strings in the
http://java.sun.com Bug Database.

I would be interested in feedback.

To summarize, a vertabim string literal would allow one to write something
like:

String re = @"(\S)\s";

Regards,

// tt