Is there a Java method that works like Python\'s repr? For example, assuming the function were named repr,
\"foo\\n\\tbar\".repr()
would re
Java has no repr-Function, but repr has got you covered (Full disclosure: I am the author of repr).