Search found 2 matches

by trimguy
Fri Sep 10, 2010 2:22 pm
Forum: General
Topic: New and need help
Replies: 3
Views: 451

I had tried that and I get a message: Cannot find regular expression 'Label=M\n'

Just to make sure we are on the same page, I have many blocks of text in my file that look like this:

[POLYGON]
Type=0x6
Label=M
Data0=(50.43214,-120.97473),(50.42825,-120.97703),(50.42956,-120.98306),(50.43357,-120 ...
by trimguy
Fri Sep 10, 2010 6:18 am
Forum: General
Topic: New and need help
Replies: 3
Views: 451

New and need help

I am using the "find" command to find all instances of blocks of text that contain "Label=M" as follows:

[POLYGON]
Type=0x6
Label=M
Data0=(50.43214,-120.97473),(50.42825,-120.97703),(50.42956,-120.98306),(50.43357,-120.98068)
[END]

What should the find string look like to make this happen? I ...