Search found 1 match

by aka_bigred
Tue Nov 09, 2010 5:10 pm
Forum: General
Topic: .*? (lazy star) regular expression not working?
Replies: 1
Views: 761

.*? (lazy star) regular expression not working?

I've got a quandary - a regex doesn't seem to find something in TextPad, but when I run it through another online checker, it works exactly as expected.

The file is a tilde separated text file and I'm trying to capture columns 84,85,87,88,90,91. I've masked the data as 'x' all except the columns I ...