Re: Another Substitution Problem
From: Alan Connor (zzzzzz_at_xxx.yyy)
Date: 05/30/04
- Previous message: Ego Shooter: "Another Substitution Problem"
- In reply to: Ego Shooter: "Another Substitution Problem"
- Next in thread: Charles Demas: "Re: Another Substitution Problem"
- Reply: Charles Demas: "Re: Another Substitution Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 29 May 2004 22:14:00 GMT
On Sat, 29 May 2004 23:26:00 +0200, Ego Shooter <do.not.reply@shooter.net> wrote:
>
>
> Hi,
>
> I guess that the answer to my question is really simple but i didnīt
> find it yet here or in the FAQ list.
>
> To keep it simple I ask my question using an example:
>
> How can I convert a string like "unix_linux_beos_mcos" to
> "unix_Linux_Beos_Mcos" ?
>
> So how to convert all "_[a-z]" into "_[A-Z]" in the string ?
>
> Again, thx for your help!
>
You know enough to write the above regular expressions but can't make
the substitutions with sed after reading the FAQ?
That makes no sense.
AC
- Previous message: Ego Shooter: "Another Substitution Problem"
- In reply to: Ego Shooter: "Another Substitution Problem"
- Next in thread: Charles Demas: "Re: Another Substitution Problem"
- Reply: Charles Demas: "Re: Another Substitution Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|