Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 501 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 501 Bytes

What is this?

A simple one-page app that has two textfields. Paste a string constant into one box, submit, and the other will have a have String constant declaration ready to paste into your java code.

Line endings and leading spaces are preserved in the presentation of the java code snippet making it easy to read in your code.

What is it useful for?

Saves you time in escaping big strings into a nicely formatted constant for use in unit tests or whatever.