Filter help selecting middle-of-line punctuation or symbol

Get help with installation and running here.

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

Post Reply
gmb1994
Posts: 7
Joined: Wed Nov 30, 2005 7:19 am
Location: Dallas, Texas, USA

Filter help selecting middle-of-line punctuation or symbol

Post by gmb1994 »

How can I select (extract) all lines that include hyphenated names, for example:
Osler-Weber
Turner-Wilson
abc-def
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post by DataMystic Support »

Use Filters\Extract\Extract Matching lines, with a perl pattern of

.+\-.+

ie match one or more characters before and after the -
Post Reply