<h2 style = "text-align:center">String and Character Functions</h2>
<div style = "text-align:center">
<a href="#string">String Functions</a>
<a href="#char">Character Functions</a>
</div>
<a id="string">String Functions</a>
<h4>SimilarNames.php</h4>
<p>
This script uses the levenshtein() and similar_text() functions to determine
which of the signs of the Chinese zodiac have the most similar names.
</p>
<div style = "text-align:center">
<a href="SimilarNames.php">[Test the Script]</a>
<a href="ShowSourceCode.php?source_file=SimilarNames.php">[View the Source Code]</a>
</div>
<a id="char">Character Functions</a>
<h4>EmbeddedWords.php</h4>
<p>
This script counts the number of times each letter appears in a string and 
compares that count to the number of times each letter appears in the names 
of the Chinese zodiac signs to determine if the name can be made from the 
characters in the string.
</p>
<div style = "text-align:center">
<a href="EmbeddedWords.php">[Test the Script]</a>
<a href="ShowSourceCode.php?source_file=EmbeddedWords.php">[View the Source Code]</a>
</div>