Slice text from the right side
You can slice text from the right side of a line using this tool. This can be especially helpful when you need to remove a specific number of characters from the end 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: 318
Generated output
1
Lines: 1Chars: 0
Text transformation pipeline
Extract
Extract text using (.*).{14}$ and output ${idx1}