Hi,
I've searched through these forums and read through the help, and I'm sure I'm missing something obvious.
For a web log, for each line, I want to find an occurrence of a text pattern, ".html", and then delete everything else from there to the end of line.
Sorry if it's a basic question. I'd really appreciate some advice.
Thanks again,
Robin.
Delete from search pattern to end of line?
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
-
- Posts: 1
- Joined: Thu Jun 16, 2005 4:53 am
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Easy.
Just search for the perl pattern
\.html[^\r\n]*?
and Replace with nothing.
Ensure the options [...] setting is set to minimal match.
Just search for the perl pattern
\.html[^\r\n]*?
and Replace with nothing.
Ensure the options [...] setting is set to minimal match.
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