Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 2b12d0199a2bbc4a02ef3834d926ac4a > files > 36

systemtap-client-1.8-6.el5.x86_64.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter&#160;27.&#160;A collection of standard string functions</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="prev" href="re466.html" title="function::udelay"><link rel="next" href="re467.html" title="function::isdigit"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&#160;27.&#160;A collection of standard string functions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re466.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="re467.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="string.stp"></a>Chapter&#160;27.&#160;A collection of standard string functions</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="re467.html"><span>function::isdigit</span></a></span><span class="refpurpose"> - 
     Checks for a digit
 </span></dt><dt><span class="refentrytitle"><a href="re468.html"><span>function::isinstr</span></a></span><span class="refpurpose"> - 
     Returns whether a string is a substring of another string
 </span></dt><dt><span class="refentrytitle"><a href="re469.html"><span>function::str_replace</span></a></span><span class="refpurpose"> - 
     str_replace Replaces all instances of a substring with another
 </span></dt><dt><span class="refentrytitle"><a href="re470.html"><span>function::stringat</span></a></span><span class="refpurpose"> - 
     Returns the char at a given position in the string
 </span></dt><dt><span class="refentrytitle"><a href="re471.html"><span>function::strlen</span></a></span><span class="refpurpose"> - 
  Returns the length of a string
 </span></dt><dt><span class="refentrytitle"><a href="re472.html"><span>function::strtol</span></a></span><span class="refpurpose"> - 
     strtol - Convert a string to a long
 </span></dt><dt><span class="refentrytitle"><a href="re473.html"><span>function::substr</span></a></span><span class="refpurpose"> - 
     Returns a substring
 </span></dt><dt><span class="refentrytitle"><a href="re474.html"><span>function::text_str</span></a></span><span class="refpurpose"> - 
     Escape any non-printable chars in a string
 </span></dt><dt><span class="refentrytitle"><a href="re475.html"><span>function::text_strn</span></a></span><span class="refpurpose"> - 
     Escape any non-printable chars in a string
 </span></dt><dt><span class="refentrytitle"><a href="re476.html"><span>function::tokenize</span></a></span><span class="refpurpose"> - 
  Return the next non-empty token in a string
 </span></dt></dl></div><p>
      Functions to get the length, a substring, getting at individual
      characters, string seaching, escaping, tokenizing, and converting
      strings to longs.
    </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re466.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="re467.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::udelay</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span>function::isdigit</span></td></tr></table></div></body></html>