removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Smarty-2.6.0 / libs / plugins / modifier.regex_replace.php
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.regex_replace.php b/mods/phpdoc2/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.regex_replace.php
deleted file mode 100644 (file)
index a467dfb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php\r
-/**\r
- * Smarty plugin\r
- * @package Smarty\r
- * @subpackage plugins\r
- */\r
-\r
-\r
-/**\r
- * Smarty regex_replace modifier plugin\r
- *\r
- * Type:     modifier<br>\r
- * Name:     regex_replace<br>\r
- * Purpose:  regular epxression search/replace\r
- * @link http://smarty.php.net/manual/en/language.modifier.regex.replace.php\r
- *          regex_replace (Smarty online manual)\r
- * @param string\r
- * @param string|array\r
- * @param string|array\r
- * @return string\r
- */\r
-function smarty_modifier_regex_replace($string, $search, $replace)\r
-{\r
-    return preg_replace($search, $replace, $string);\r
-}\r
-\r
-/* vim: set expandtab: */\r
-\r
-?>\r