<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - String Management
</title>
</head>
<body>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help%3Fen"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;&nbsp;
<a href="../cat%3Fen">Up</a>&nbsp;&nbsp;
<a href="stream%3Fen">Previous</a>&nbsp;&nbsp;
<a href="system%3Fen">Next</a>&nbsp;&nbsp;
</td></tr></table>
<div class="notab">
<h1>
String Management
</h1>
<table class="table" border="0" bordercolor="#000000" cellpadding="4" cellspacing="0">
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/gb.addstring%3Fen">GB.AddString</a></tt>
</td><td valign="top">
Adds a string to another one.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/gb.extendstring%3Fen">GB.ExtendString</a></tt>
</td><td valign="top">
Expands a string.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/gb.freestring%3Fen">GB.FreeString</a></tt>
</td><td valign="top">
Releases a string.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/gb.matchstring%3Fen">GB.MatchString</a></tt>
</td><td valign="top">
Checks if a string matches a specified pattern.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/gb.newstring%3Fen">GB.NewString</a></tt>
</td><td valign="top">
Creates a new string.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/gb.stringlength%3Fen">GB.StringLength</a></tt>
</td><td valign="top">
Returns the length of a string.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/gb.substadd%3Fen">GB.SubstAdd</a></tt>
</td><td valign="top">
Substitution callback helper.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/gb_subst_callback%3Fen">GB_SUBST_CALLBACK</a></tt>
</td><td valign="top">
Substitution callback datatype.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/gb.subststring%3Fen">GB.SubstString</a></tt>
</td><td valign="top">
Substitutes strings inside a pattern.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/gb.tozerostring%3Fen">GB.ToZeroString</a></tt>
</td><td valign="top">
Converts a <a href="../../def/gambas%3Fen">Gambas</a> string into a temporary null-terminated string.
</td></tr>
</table>
<p>
<h2>C Library String Functions Replacement</h2>
<p>
<table class="table" border="0" bordercolor="#000000" cellpadding="4" cellspacing="0">
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/gb.strcasecmp%3Fen">GB.strcasecmp</a></tt>
</td><td valign="top">
Compares two <a href="../../def/ascii%3Fen">ASCII</a> strings, by ignoring the case.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/gb.strncasecmp%3Fen">GB.strncasecmp</a></tt>
</td><td valign="top">
Compares two <a href="../../def/ascii%3Fen">ASCII</a> strings, by ignoring the case, up to a specified length.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/gb.tolower%3Fen">GB.tolower</a></tt>
</td><td valign="top">
Converts an <a href="../../def/ascii%3Fen">ASCII</a> string to lower case.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/gb.toupper%3Fen">GB.toupper</a></tt>
</td><td valign="top">
Converts an <a href="../../def/ascii%3Fen">ASCII</a> string to upper case.
</td></tr>
</table>

</div>
<hr>
</body>
</html>

