Re: Substitution formats

2002-01-20 Thread Mo Holkar / UKG
At 07:45 20/01/02, Troy wrote: >Hello, > >I only knew of one way to do them: s/// > >But japhy once answered me with this format: s{}{} > >Another guy said you can use exclamation points? I'm assuming: s!!! > >I've tried some other formats with brackets, parenthesis, etc. Nothing else >works.

Substitution formats

2002-01-19 Thread Troy May
Hello, I only knew of one way to do them: s/// But japhy once answered me with this format: s{}{} Another guy said you can use exclamation points? I'm assuming: s!!! I've tried some other formats with brackets, parenthesis, etc. Nothing else works. What other formats will work? Thanks!