Is there any way to use raw strings in Java (without escape sequences)?
(I\'m writing a fair amount of regex code and raw strings would make my code immensely more r
You could write your own, non-escaped property reader and put your strings in a resource file.