3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = '/\b(?:All DLC BG|DLC Comfort)\b(*SKIP)(*FAIL)|\bDLC\b/m'; $title = 'test All DLC BG test DLC Comfort and DLC here test here All DLC BG All DLC BG BG ALL DLC'; $result = preg_replace($re, '', $title); echo $result;

preferences:
26.13 ms | 402 KiB | 5 Q