IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7854


Ignore:
Timestamp:
Jul 10, 2006, 10:27:50 AM (20 years ago)
Author:
Paul Price
Message:

Adding psStringSubstitute.

File:
1 edited

Legend:

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

    r7807 r7854  
    1 %%% $Id: psLibSDRS.tex,v 1.416 2006-07-04 02:41:19 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.417 2006-07-10 20:27:50 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    959959size_t psStringStrip(char *string);
    960960\end{prototype}
     961
     962Substitute a \code{key} with \code{replace} in the \code{input} string:
     963\begin{prototype}
     964psString psStringSubstitute(psString input, const char *replace, const char *key);
     965\end{prototype}
     966
    961967
    962968\subsubsection{Fixed-Length Lines}
Note: See TracChangeset for help on using the changeset viewer.