<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>XPM3_FUNC::is_alpha()</title>
<style>
body, pre {
font-family: Verdana;
font-size: 10pt;
}
</style>
</head>
<body bgcolor="#f1f3f5" topmargin="10" leftmargin="14">
<pre>
XPM3_FUNC :: <i>boolean</i> <b>is_alpha</b> ( <i>string</i> test [, <i>boolean</i> numeric [, <i>string</i> additional ]] )
<hr>
Returns TRUE if is alphabetic (lowercase and uppercase characters) ISO-8859-1, FALSE if not.
<i>boolean</i> numeric (including numbers) default value is: false
Example:
<table border="0" bgcolor="white">
<tr><td>
<pre><code>
// including numbers, space and dot
echo XPM3_FUNC::is_alpha('XPertMailer V.3 for PHP5', true, ' .') ? 'True' : 'False';
</code></pre>
</td></tr>
</table>
<hr color="white">
[ <a style="color: blue; text-decoration: none" href="mailto:hide@address.com?subject=Comment XPM3_FUNC is_alpha">Comments</a> ]
Last update: Tuesday, January 16, 2007
</pre>
</body>
</html>