Files
qse/qse/doc/page/cut.doc

29 lines
611 B
Plaintext

/** @defgroup cut TEXT CUTTER
@section cut_contents CONTENTS
- \ref cut_intro
- \ref cut_howtouse
@section cut_intro INTRODUCTION
Most of unix platforms offer a text utility with which you can remove
or extract selected subtext. This library contains data types and functions
that can help you embed such text manipulation functionality into your
applications.
@section cut_howtouse HOW TO USE
See the following key functions.
- qse_cut_open()
- qse_cut_comp()
- qse_cut_exec()
- qse_cut_close()
Also see helper functions for easier use.
- qse_cut_openstd()
- qse_cut_compstd()
- qse_cut_execstd()
*/