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.

タグ「Expressions」の付いた記事

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

  • Web/JavaScript/Guide/Expressions_and_Operators 本章では JavaScript の式 ( Expression ) と、代入、比較、算術、ビット、論理、文字列、そして三項演算子などの各演算子 ( Operator ) について説明します。
  • 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 オブジェクトが正規表現でマッチできるかどうかを調べるためのメソッドです。