import regx from 'regx'; // RegExp partial to match opening block comment (flags ignored) const openPartial = /\/\*\*/i; // String partial to match closing block comment (extra escaping required) const closePartial = '\\*\\/'; // Time to write a human-readable expression const expression = regx('gm')` // Match a non-recursive block comment ( // Must be first thing on a line ^[\t ]* ${openPartial}
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く