string-collapse-white-space 9.0.14
- TrimDon’t trim lines (excluding string front/end whitespace) (
opts.trimLines === truefalse
) - TrimDon’t trim front (
opts.trimStart === truefalse
) - TrimDon’t trim end (
opts.trimEnd === truefalse
) - RemoveDon’t remove empty lines (
opts.removeEmptyLines === truefalse
) - EnforceDon’t enforce space-only (
opts.enforceSpacesOnly === truefalse
)
TIP: the detergent.io , a comprehensive text-preparation tool, uses this program
PS. See the source of this page on GitHub . Vue.js is driving the UI; both Vue and this program are coming as <script>
s from jsDelivr.