GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
STRTREXPAND(3) C Programmer's Manual STRTREXPAND(3)

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:
a-b
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

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.