2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * Include specialized String handling for phpMyAdmin
6 * @package PhpMyAdmin-String
8 if (! defined('PHPMYADMIN')) {
13 * Include the string handling class
15 require_once 'libraries/String.class.php';
17 $PMA_String = new PMA_String();