<?php$needles=array('/\bil\b/i', '/\bla\b/i', '/\ble\b/i', '/\bà\b/iu');print_r($needles); $result=preg_replace($needles, "", "il y à trois personne dans la salle à manger");print_r($result);
Standard input is empty
Array ( [0] => /\bil\b/i [1] => /\bla\b/i [2] => /\ble\b/i [3] => /\bà\b/iu ) y trois personne dans salle manger
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!