IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5914


Ignore:
Timestamp:
Jan 5, 2006, 4:17:02 PM (21 years ago)
Author:
Paul Price
Message:

Adding psStringSplit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r5904 r5914  
    1 %%% $Id: psLibSDRS.tex,v 1.370 2006-01-05 23:49:44 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.371 2006-01-06 02:17:02 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    905905terminator) shall be returned.  \code{psStringPrepend} shall do
    906906similarly, except it shall prepend to the \code{dest} string.
     907
     908A further useful function is:
     909
     910\begin{prototype}
     911psList *psStringSplit(const char *string, const char *splitters);
     912\end{prototype}
     913
     914\code{psStringSplit} shall split the input \code{string} into a
     915\code{psList} of \code{psStrings}.  The \code{string} is split at any
     916one of the characters in \code{splitters}.  Split strings of zero
     917length should not be included in the output list.
    907918
    908919\subsubsection{Type information}
Note: See TracChangeset for help on using the changeset viewer.