エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Regular expression syntax for "match nothing"?
I have a python template engine that heavily uses regexp. It uses concatenation like: re.compile(... I have a python template engine that heavily uses regexp. It uses concatenation like: re.compile( regexp1 + "|" + regexp2 + "*|" + regexp3 + "+" ) I can modify the individual substrings (regexp1, regexp2 etc). Is there any small and light expression that matches nothing, which I can use inside a template where I don't want any matches? Unfortunately, sometimes '+' or '*' is appended to the regexp
2014/03/14 リンク