Page 1 of 1

retain matching lines

Posted: Thu Sep 08, 2005 10:20 pm
by jameira
Hello,
I'm new to TextPipe and I would like to retain matching lines if a number is found at a specific position.
I got the matching part but can't figure out the how to specify the position

Posted: Wed Sep 14, 2005 3:03 pm
by DataMystic Support
If the text was started in position 33, use this:
^.{32}\d
This will find a digit in column 33.