How can I select (extract) all lines that include hyphenated names, for example:
Osler-Weber
Turner-Wilson
abc-def
Filter help selecting middle-of-line punctuation or symbol
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Use Filters\Extract\Extract Matching lines, with a perl pattern of
.+\-.+
ie match one or more characters before and after the -
.+\-.+
ie match one or more characters before and after the -
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads