elimb.rechtslib
v1.0.0
Published
Text formatting utilities for German legal documents.
Maintainers
Readme
elimb.rechtslib
A lightweight utility library for formatting and parsing German legal text documents.
Installation
npm install elimb.rechtslibUsage
const { formatLegalText } = require('elimb.rechtslib');
const rawText = " Section 1. \r\n";
const cleanText = formatLegalText(rawText);
console.log(cleanText); // "Section 1."License
MIT
