Index: trunk/phase3/includes/StringUtils.php |
— | — | @@ -125,6 +125,7 @@ |
126 | 126 | * @param $replace String: replacement string. May contain $1, which will be |
127 | 127 | * replaced by the text between the delimiters |
128 | 128 | * @param $subject String to search |
| 129 | + * @param $flags String: regular expression flags |
129 | 130 | * @return String: The string with the matches replaced |
130 | 131 | */ |
131 | 132 | static function delimiterReplace( $startDelim, $endDelim, $replace, $subject, $flags = '' ) { |