Slice text

You can slice text from 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
11
Lines: 11Chars: 375
Generated output
1
Lines: 1Chars: 0
Text transformation pipeline
Extract
Extract text using ^.{11}(.{10}) and output ${idx1}