Left side truncation
You can truncate text from the left side of a line using this tool. This can be especially helpful when you need to remove a specific number of characters from the beginning of a line. This is simple example of a Extract operator and powerful regular expressions.
Text input
1
2
3
4
5
6
7
8
9
10
Lines: 10Chars: 729
Generated output
1
Lines: 1Chars: 0
Text transformation pipeline
Extract
Extract text using .{0,50}$ and output ${idx0}