3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '{Feel free to|Twenty-four hours a day|Do|Then|You can} stop on by, or {contact us|e mail us|call us|e-mail us|email us} about {your needs|your requirements|your preferences|the needs you have|your family needs}. {We look forward|Good quality} to {hearing from|talking with|listening to|meeting up with} you!'; echo preg_replace('/([^{}]*){[^|]+\|([^|]*).*?}([^{}]*)/', '$1$2$3', $str);

preferences:
34.38 ms | 402 KiB | 5 Q