<?php $regexEncoding = 'UTF-32'; mb_regex_encoding( $regexEncoding ); var_export( mb_ereg_replace( mb_convert_encoding( '(.+)', $regexEncoding ), mb_convert_encoding( "the \\1", $regexEncoding ), mb_convert_encoding( 'dog', $regexEncoding ) ) );
You have javascript disabled. You will not be able to edit any code.