<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - String
 (gb)</title>
</head>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help+en"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../gb+en">Up</a>&nbsp;
<a href="stream/id+en">Previous</a>&nbsp;
<a href="string/byte+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
String
 (gb)</h1>
This class provided <a href="../../def/utf8+en">UTF-8</a> string manipulation methods.
<p>
<div class="warning"><table class="none" border="0"><tr><td width="40" valign="top"><img border="0" src="../../../img/warning.png" align="center"></td><td valign="top">
Be careful that standard Gambas string routines only deal with ASCII strings.
</td></tr></table></div>
<p>
<div class="black"><font size="-2"><b>Symbols</b></font></div>
<div class="border">
This class is static.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Static&nbsp;methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<b><a class="none" href="string/byte+en">Byte</a></b>&nbsp;&nbsp; <b><a class="none" href="string/chr+en">Chr</a></b>&nbsp;&nbsp; <b><a class="none" href="string/code+en">Code</a></b>&nbsp;&nbsp; <b><a class="none" href="string/comp+en">Comp</a></b>&nbsp;&nbsp; <b><a class="none" href="string/instr+en">InStr</a></b>&nbsp;&nbsp; <b><a class="none" href="string/index+en">Index</a></b>&nbsp;&nbsp; <b><a class="none" href="string/lcase+en">LCase</a></b>&nbsp;&nbsp; <b><a class="none" href="string/left+en">Left</a></b>&nbsp;&nbsp; <b><a class="none" href="string/len+en">Len</a></b>&nbsp;&nbsp; <b><a class="none" href="string/lower+en">Lower</a></b>&nbsp;&nbsp; <b><a class="none" href="string/mid+en">Mid</a></b>&nbsp;&nbsp; <b><a class="none" href="string/pos+en">Pos</a></b>&nbsp;&nbsp; <b><a class="none" href="string/rinstr+en">RInStr</a></b>&nbsp;&nbsp; <b><a class="none" href="string/right+en">Right</a></b>&nbsp;&nbsp; <b><a class="none" href="string/ucase+en">UCase</a></b>&nbsp;&nbsp; <b><a class="none" href="string/upper+en">Upper</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

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

