Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use Text Line Length
Report Unicode code-point length for each line. This text line length works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
Text Line Length · Example
Input
Hello world! Local tools help you work. Hello again.
Output
[
{
"line": 1,
"length": 12
},
{
"line": 2,
"length": 26
},
{
"line": 3,
"length": 12
}
]Report Unicode code-point length for each line.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.