retain matching lines

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
jameira

retain matching lines

Post 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
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post by DataMystic Support »

If the text was started in position 33, use this:
^.{32}\d
This will find a digit in column 33.
Post Reply