4.3BSD/usr/contrib/icon/man/man2/strutil.2

.so tmac.ilib
.TH STRUTIL 2 "The University of Arizona \- 7/16/83"
.SH NAME
strutil \- string utilities
.SH DESCRIPTION
These procedures perform simple operations on strings.
.SH SYNOPSIS
.nf
.ta 1.5i
\*Mcompress(s,\*bc)\fR	compress consecutive occurrences of \*Mc\fR in \*Ms\fR.
\*Mdelete(s,\*bc)\fR	delete occurrences of \*Mc\fR in \*Ms\fR
\*Mrotate(s,\*bi)\fR	rotate \*Ms\fR \*Mi\fR characters to the left (negative \*Mi\fR produces
	   rotation to the right); the default value of \*Mi\fR is 1.
.SH SEE ALSO
.Ib
pp. 46, 283-284.
.SH AUTHOR
Ralph E. Griswold