<?php $re = '/(comment|\p{L}*vid\p{L}*|nice)/';$s = "new ivideo";if (preg_match($re, $s, $m)) { echo $m[0];}
Standard input is empty
ivideo
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!