|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /usr/share/doc/systemtap-client-1.8/ |
Upload File : |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 27. 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 27. A collection of standard string functions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re466.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <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 27. 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> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="re467.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::udelay</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span>function::isdigit</span></td></tr></table></div></body></html>