strtrexpand
expand tr-like notation in string
- Provided by: publib-dev (Version: 0.40-3build1)
- Source: publib
- Report a bug
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:
strtrexpand returns nothing.
Lars Wirzenius (lars.wirzenius@helsinki.fi)