<?php $patterns = array('/å|a\p{M}+/iu', '/æ/u', '/ø/u'); $replacements = array('/x7D', 'X', '/x7C'); echo preg_replace($patterns, $replacements, '1554896020A2å.pdf');
You have javascript disabled. You will not be able to edit any code.