Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
短い質問があります: Regex を文字列として変数に格納して (それが可能であることはわかっています)、それを実行することは可能ですか?
または、変数に一致および置換パターンを格納して使用する唯一の可能性はありますか?
よろしくお願いします。
PHPテンプレートで物事を出力するこの方法を発見しました:
<body> my name is <?= $params['name'] ?> ...
それは次のようになります。
<body> my name is <?php echo $p