正規表現練習したい
http://www2.otani.ac.jp/fkdsemi/seikihyogen/mondai.html
変な書き方
?:
メモリさせないようにするため
https://ssss.work/memo/detail?id=1307
https://maeyan.blogspot.com/2008/07/blog-post_9966.html
Case1
next
,
next-hoge
のような文字列にマッチさせたい
nexthoge
: これはダメ
next-
: これもダメ
以下の二つのどちらか
^next(?:-.+)?$
^next(?:-.+|)$
code:js
^(?!.*("\/static|'\/static|`\/static|\(\/static)).*\/static