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.
正規表現を使用してnotepad ++でPHPショートタグを検索したい。
どうやってやるの?助けてください!
Short PHPタグを見つけるためにRegExを見つけました。
ここにあります
<\?(?!php)
正規表現なしで見つけることができます-<?疑問符の後に空白を付けて検索するだけです.
<?