DOKK / manpages / debian 12 / publib-dev / strtrexpand.3pub.en
STRTREXPAND(3pub) C Programmer's Manual STRTREXPAND(3pub)

strtrexpand - expand tr-like notation in string

#include <publib.h>
void strtrexpand(char *tgt, const char *src);

strtrexpand will convert shorthand notation similar to that used by tr(1) into the equivalent longhand notation. The supported short forms are:

All characters from a to b, inclusive, in the order given by their character codes.
\a
The character a.
\o \oo \ooo
Character with octal code o, oo, or ooo, respectively.

strtrexpand returns nothing.

publib(3), tr(1)

Lars Wirzenius (lars.wirzenius@helsinki.fi)

C Programmer's Manual Publib