Hi Damian, At 2024-11-04T17:52:58+1100, Damian McGuckin wrote: > It there a groff command which eith > > a) transforms a string to upper case
Yes, since groff 1.23.0 we have this.
groff(7):
.stringup str
Replace each byte in the string named str with its
uppercase version.
> b) capitalizes the first letter of a string?
That, we don't have. You could construct it with a macro employing
`substring` and `stringup` requests.
Regards,
Branden
signature.asc
Description: PGP signature
