<?php $string = "Deadpool 2 [Region 4](Blu-ray)"; echo trim(preg_replace("/\s*(?:\[[^][]*]|\([^()]*\))/","", $string));
You have javascript disabled. You will not be able to edit any code.