| Recommend this page to a friend! |
| Classes of Roberto Bertó | > | Strings - special characteres converts | > | strings_demo.php | > | Download | ||
|
|||||||||||||||||||||
<html>
<b>Samples of the strings class</b><br>
<?PHP
include 'strings.php';
$strings = new strings;
print $strings->ucwords('éi this ìs a rulex teséeeeeee é!<br>');
print $strings->lcwords('ÉI THIS ÌS A RULEX TESÉEEEEEE É!<br>');
print $strings->normal('ÉI THIS ÌS A RULEX TESÉEEEEEE É!<br>');
print $strings->normal("faço áeéíàÒ<br>");
?>
</html>
<?PHP # last modify 01/12/2000 17:17 by Roberto Berto (berto@que.com.br) ?> |