Use a case-insensitive regular expression to replace Microsoft with W3Schools in a string: <?php $str = 'Visit Microsoft!'; $pattern = '/microsoft/i';
確定! 回上一頁