Hacker News new | ask | show | jobs
by woogley 5384 days ago

    <?php
    echo strlen(preg_replace('/[^aeiou]/i', '', 'hello world'));