Lines Matching defs:replacement
39 * Unicode aware replacement for strlen()
168 * Unicode aware replacement for substr_replace()
171 * @param string $replacement the replacement
175 * replacement into string at the given start offset.
181 public static function substr_replace($string, $replacement, $start, $length = 0)
185 $ret .= $replacement;
192 * Unicode aware replacement for ltrim()
212 * Unicode aware replacement for rtrim()
232 * Unicode aware replacement for trim()
249 * This is a unicode aware replacement for strtolower()
273 * This is a unicode aware replacement for strtoupper()
344 * This is an Unicode aware replacement for strpos