2011-01-20から1日間の記事一覧
# 大事なことをよく忘れてしまうのでメモ。 https://www.php.net/manual/ja/function.preg-quote.php $result = preg_replace("/^" . preg_quote($_REQUEST["input"], "/") . "/", "", $text);
# 大事なことをよく忘れてしまうのでメモ。 https://www.php.net/manual/ja/function.preg-quote.php $result = preg_replace("/^" . preg_quote($_REQUEST["input"], "/") . "/", "", $text);