You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
2.1 ピリオド ピリオド . は最もシンプルなメタ文字の例です。 メタ文字 . は任意の 1 文字にマッチします。 キャリッジリターンと改行にはマッチしません。 例えば .ar は任意の文字の後に a と r が続く文字列にマッチします。 ".ar" => The car parked in the garage. 正規表現の動作確認をする 2.2 文字集合 文字集合は文字クラスとも呼ばれます。 文字集合を指定するには角括弧でくくります。 文字の範囲を指定するにはハイフンを使用します。 角括弧内の文字の記述順はマッチングには関係ありません。 例えば [Tt]he という正規表現は大文字 T または小文字 t の後に h, e が続く文字列を表します。 "[Tt]he" => The car parked in the garage. 正規表現の動作確認をする 文字集合内でのピリオドは文字
15 Aug 2017 rustgo: calling Rust from Go with near-zero overhead [русский] Go has good support for calling into assembly, and a lot of the fast cryptographic code in the stdlib is carefully optimized assembly, bringing speedups of over 20 times. However, writing assembly code is hard, reviewing it is possibly harder, and cryptography is unforgiving. Wouldn't it be nice if we could write these hot
Intro 長いこと議論になっていた ES Modules の Node における扱いに一応の決着が付き、 .mjs という拡張子が採択された。 この拡張子の意味と、今後ブラウザと合わせて Universal JS を実装していく上での作法が見えてきたことになる。 合わせてエコシステムが対応していくことで、長年の夢だった JS のモジュール化を進めていくことができるだろう。 ES Modules 徐々に揃いつつある ES Modules(ESM) の仕様は TC39 で行われており、その仕様については主に以下のような部分になる。 import や export と行った構文 module 内はデフォルト strict mode module でスコープを閉じる module 内の this は undefined etc 逆に以下は TC39 での策定範囲外となる どう Module を読
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く