Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

タグ「Regular」の付いた記事

3 件のドキュメントが見つかりました

  • Web/JavaScript/Guide/Regular_Expressions 正規表現とは、文字列内で文字の組み合わせを照合するために用いられるパターンです。JavaScript では、正規表現はオブジェクトでもあります。これらのパターンは RegExp の exec ...
  • Web/JavaScript/Reference/Global_Objects/String/replace replace() メソッドは、 pattern にマッチした文字列の一部または全てを replacement で置き換えた新しい文字列を返します。 pattern は文字列または ...
  • Web/JavaScript/Reference/Global_Objects/String/search search() メソッドは、対象の String オブジェクトが正規表現でマッチできるかどうかを調べるためのメソッドです。