Re: Need a little GREP help

2022-10-04 Thread Kaveh
Hi Michael

Glad it worked. It's actually very easy once you get the knack. I have been
meaning to do some video tutorials so thanks for the prompt. Feel free to
remind me again. No problem if you want to email privately.

Regards
Kaveh

On Tue, 4 Oct 2022 at 13:51, Michael Heth  wrote:

>
>
> > On Oct 4, 2022, at 5:37 AM, Kaveh 
> wrote:
> >
> > Search:
> > (.+)
> > Replace:
> > \1
>
> Thanks much, worked like a champ.
>
> I’ll have to try and wade through the docs on GREP again and see if it
> catches this time.
>
> Or, Or,
>
> The folks at BB could do a 5 minute YT video showing various examples of
> common tasks and then billions of BBEdit users would all get a leg up.
>
> Just sayin’
>
> Thanks again.
>
> M.
>
> --
> This is the BBEdit Talk public discussion group. If you have a feature
> request or need technical support, please email "supp...@barebones.com"
> rather than posting here. Follow @bbedit on Twitter: <
> https://twitter.com/bbedit>
> ---
> You received this message because you are subscribed to the Google Groups
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bbedit+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bbedit/745945A7-23A3-4BDA-B9E6-F197A46BA5E9%40gmail.com
> .
>


-- 
Kaveh Bazargan PhD
Director
River Valley Technologies  ● Twitter
 ● LinkedIn
 ● ORCID

*Accelerating the Communication of Research*

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/CAJ2R9ph0Rp9dfV5ZgHctVaf74fXNSUoRtwvfMa_zo4zC00k8Bw%40mail.gmail.com.


Re: Need a little GREP help

2022-10-04 Thread Michael Heth



> On Oct 4, 2022, at 5:37 AM, Kaveh  wrote:
> 
> Search:
> (.+)
> Replace:
> \1

Thanks much, worked like a champ.

I’ll have to try and wade through the docs on GREP again and see if it catches 
this time.

Or, Or, 

The folks at BB could do a 5 minute YT video showing various examples of common 
tasks and then billions of BBEdit users would all get a leg up.

Just sayin’

Thanks again.

M.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/745945A7-23A3-4BDA-B9E6-F197A46BA5E9%40gmail.com.


Re: Need a little GREP help

2022-10-04 Thread eu...@gmx.de
Search Pattern:  ^.*$

Replace Pattern: \0

Will do the job!



> Am 04.10.2022 um 06:18 schrieb Michael Heth :
> 
> Say Folks,
> 
> Have been trying to get my head around GREP for many years and never quite 
> get it.
> 
> I've asked for help before and folks were able to give me the cryptic code to 
> get my little task in the done column.
> 
> So, I have a list with over 450 lines like these
> 
> 1995 DUCATI M600 Monster
> 1995 DUCATI M900 Monster
> 1995 DUCATI Superbike 748 Biposto / SP
> 1995 DUCATI Superbike 916 Biposto / Senna
> 
> and I need them to end up like this
> 
> 1995 DUCATI M600 Monster
> 1995 DUCATI M900 Monster
> 1995 DUCATI Superbike 
> 748 Biposto / SP
> 1995 DUCATI 
> Superbike 916 Biposto / Senna
> 
> Any tips.help is much appreciated.
> 
> Thanks,
> 
> M./
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a feature 
> request or need technical support, please email "supp...@barebones.com" 
> rather than posting here. Follow @bbedit on Twitter: 
> >
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bbedit+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/bbedit/2d19291b-ac2f-41f4-9517-ee5cad8d2505n%40googlegroups.com
>  
> .

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/1D04EF61-BE8A-4356-A509-479BC8F8591C%40gmx.de.


Re: Need a little GREP help

2022-10-04 Thread Kaveh
Search:
(.+)
Replace:
\1

On Tue, 4 Oct 2022 at 13:28, Michael Heth  wrote:

> Say Folks,
>
> Have been trying to get my head around GREP for many years and never quite
> get it.
>
> I've asked for help before and folks were able to give me the cryptic code
> to get my little task in the done column.
>
> So, I have a list with over 450 lines like these
>
> 1995 DUCATI M600 Monster
> 1995 DUCATI M900 Monster
> 1995 DUCATI Superbike 748 Biposto / SP
> 1995 DUCATI Superbike 916 Biposto / Senna
>
> and I need them to end up like this
>
> 1995 DUCATI M600 Monster
> 1995 DUCATI M900 Monster
> 1995 DUCATI
> Superbike 748 Biposto / SP
> 1995 DUCATI
> Superbike 916 Biposto / Senna
>
> Any tips.help is much appreciated.
>
> Thanks,
>
> M./
>
> --
> This is the BBEdit Talk public discussion group. If you have a feature
> request or need technical support, please email "supp...@barebones.com"
> rather than posting here. Follow @bbedit on Twitter: <
> https://twitter.com/bbedit>
> ---
> You received this message because you are subscribed to the Google Groups
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to bbedit+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bbedit/2d19291b-ac2f-41f4-9517-ee5cad8d2505n%40googlegroups.com
> 
> .
>


-- 
Kaveh Bazargan PhD
Director
River Valley Technologies  ● Twitter
 ● LinkedIn
 ● ORCID

*Accelerating the Communication of Research*

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/CAJ2R9pj_yr%2BK4pjFQnZvCvUb33FEp%3DfKq38cZJKOyheOjswLHQ%40mail.gmail.com.


Need a little GREP help

2022-10-04 Thread Michael Heth
Say Folks,

Have been trying to get my head around GREP for many years and never quite 
get it.

I've asked for help before and folks were able to give me the cryptic code 
to get my little task in the done column.

So, I have a list with over 450 lines like these

1995 DUCATI M600 Monster
1995 DUCATI M900 Monster
1995 DUCATI Superbike 748 Biposto / SP
1995 DUCATI Superbike 916 Biposto / Senna

and I need them to end up like this

1995 DUCATI M600 Monster
1995 DUCATI M900 Monster
1995 DUCATI 
Superbike 748 Biposto / SP
1995 DUCATI 
Superbike 916 Biposto / Senna

Any tips.help is much appreciated.

Thanks,

M./

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/2d19291b-ac2f-41f4-9517-ee5cad8d2505n%40googlegroups.com.