获取您 自己的 PHP 服务器

正则表达式修饰符:m

在文本中,“you”这个短语在行首出现了多少次

you are better than
you think
2

匹配项在此处找到

# are better than
# think  

(每次匹配都替换为“#”字符)