How to search a file / every line for specific column?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
stanly01@excite.com
Junior Member
Junior Member
Posts: 6
Joined: 2016-06-10, 01:12 UTC

How to search a file / every line for specific column?

Post by *stanly01@excite.com »

Dear,

How to search a file for a character in every line on a specific column? Is there any plugin that can do this?

Thanks,
Stanly
User avatar
Dalai
Power Member
Power Member
Posts: 9387
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

You can use RegEx to do this. Something like

Code: Select all

...A...
[X] RegEx, where the dots stand for any character and A is the character you're looking for. Of course, you'll have to fill in the dots to the amount you require, your "column" if you will.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Post Reply