sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
From: Andrew Higham <andrew@epcfta.edinburgh.ac.uk>
To: steve@cegelec-projects-ltd.co.uk (Steve_Kilbane),
	sam-fans@hawkwind.utcs.toronto.edu
Subject: Re: capitalisation
Date: Thu, 19 May 1994 11:24:16 -0400	[thread overview]
Message-ID: <18985.9405191524@epcfta.ed.ac.uk> (raw)
In-Reply-To: Steve_Kilbane's message of Thu, 19 May 1994 11:55:45 -0400

> > 
> > 	,x/[a-zA-Z0-9_]+/ -#0;+#1 | tr a-z A-Z
> > 
> 
> now, this *does* work, and definitely worth remembering....

actually it only works for a and z. For all letters try...

  ,x/[a-zA-Z0-9_]+/ -#0;+#1 | tr '[a-z]' '[A-Z]'

---------------------------------------------------------------------------
Andrew Higham

Edinburgh Portable Compilers, 17 Alva St., Edinburgh, EH2 4PH, Scotland, UK
andrew@epc.ed.ac.uk        phone: +44 31 225 6262      fax: +44 31 225 6644
---------------------------------------------------------------------------


             reply	other threads:[~1994-05-19 16:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1994-05-19 15:24 Andrew Higham [this message]
1994-05-19 15:55 capitalisation Steve_Kilbane
1994-05-19 17:54 capitalisation Steve_Kilbane
1994-05-19 17:57 capitalisation pete

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18985.9405191524@epcfta.ed.ac.uk \
    --to=andrew@epcfta.edinburgh.ac.uk \
    --cc=sam-fans@hawkwind.utcs.toronto.edu \
    --cc=steve@cegelec-projects-ltd.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).