<?php $strings = [ 'First%20sentence.%0D%0ASecond%20Sentence.', 'Just%20one%20sentence.', ]; foreach ($strings as $string) { echo "\n---\n"; echo preg_replace('/%0[AD].*/', '', $string); }
You have javascript disabled. You will not be able to edit any code.