Skip to content

Multiline strings formatter converts raw multiline text (html, xml, json...) into multiline Clarion string constant. It cares about special symbols like a left angle bracket <, a left curly brace {, an apostrophe.

License

Notifications You must be signed in to change notification settings

mikeduglas/Multiline-strings-formatter

Repository files navigation

Multiline strings formatter

Multiline strings formatter converts raw multiline text (html, xml, json...) into multiline Clarion string constant. It cares about special symbols like a left angle bracket <, a left curly brace {, an apostrophe.

mlsfmt

Options

  • Remove empty lines: do not include empty lines into the output.
  • Blank first line: prepend the output with blank line for the readability.
  • Smart left trim: shift the output left.
  • Apostrophes as <39>: output apostrophe characters as <39> instead of ''.
  • Keep New lines: append newline characters (<13,10>).
  • Utf-16: output every input character as its Utf-16 representation.
  • Copy to Clipboard: copy the output to the clipboard.

Requirements

  • .NET 4.0 and higher

Contacts

About

Multiline strings formatter converts raw multiline text (html, xml, json...) into multiline Clarion string constant. It cares about special symbols like a left angle bracket <, a left curly brace {, an apostrophe.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages