base
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
'\" t
|
||||
.\" Title: ne_shave
|
||||
.\" Author:
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" Date: 14 October 2010
|
||||
.\" Manual: neon API reference
|
||||
.\" Source: neon 0.29.5
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NE_SHAVE" "3" "14 October 2010" "neon 0.29.5" "neon API reference"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * set default formatting
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
.ad l
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * MAIN CONTENT STARTS HERE *
|
||||
.\" -----------------------------------------------------------------
|
||||
.SH "NAME"
|
||||
ne_shave \- trim whitespace from a string
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
.ft B
|
||||
.nf
|
||||
#include <ne_string\&.h>
|
||||
.fi
|
||||
.ft
|
||||
.HP \w'char\ *ne_shave('u
|
||||
.BI "char *ne_shave(char\ *" "str" ", const\ char\ *" "whitespace" ");"
|
||||
.SH "DESCRIPTION"
|
||||
.PP
|
||||
\fBne_shave\fR
|
||||
returns a portion of
|
||||
\fIstr\fR
|
||||
with any leading or trailing characters in the
|
||||
\fIwhitespace\fR
|
||||
array removed\&.
|
||||
\fIstr\fR
|
||||
may be modified\&. Note that the return value may not be equal to
|
||||
\fIstr\fR\&.
|
||||
.SH "EXAMPLES"
|
||||
.PP
|
||||
The following code segment will output
|
||||
"fish":
|
||||
.sp
|
||||
.if n \{\
|
||||
.RS 4
|
||||
.\}
|
||||
.nf
|
||||
char s[] = "\&.!\&.fish!\&.!";
|
||||
puts(ne_shave(s, "\&.!"));
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.\}
|
||||
.SH "AUTHOR"
|
||||
.PP
|
||||
\fBJoe Orton\fR <\&neon@lists.manyfish.co.uk\&>
|
||||
.RS 4
|
||||
Author.
|
||||
.RE
|
||||
.SH "COPYRIGHT"
|
||||
.br
|
||||
Reference in New Issue
Block a user