configuration['settings']; if (strlen($symbols) == 0) { return $string; } return preg_replace( '/[' . preg_quote($symbols) . ']/', '', $string ); } }