Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeduglas/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.
https://github.com/mikeduglas/Multiline-strings-formatter
clarion csharp text-formatting
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mikeduglas/Multiline-strings-formatter
- Owner: mikeduglas
- License: mit
- Created: 2021-11-16T13:48:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T14:56:50.000Z (over 2 years ago)
- Last Synced: 2024-08-01T21:41:35.741Z (5 months ago)
- Topics: clarion, csharp, text-formatting
- Language: C#
- Homepage:
- Size: 428 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- project-awesome - mikeduglas/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 { (C# #)
README
# 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](https://github.com/mikeduglas/Multiline-strings-formatter/blob/master/screenshots/mlsfmt.png?raw=true)
### 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
-
-