Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 691 - 700 of 3,184 for host:developer.mozilla.org (0.2 seconds)

  1. RegExp.prototype.test() - JavaScript | MDN

    The test() method of RegExp instances executes a search with this regular expression for a match between a regular expression and a specified string. Returns true if there is a match; false otherwise.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test
    Mon May 04 01:26:19 GMT 2026
      17.9K bytes
  2. RegExp.prototype[Symbol.match]() - JavaScript |...

    The [Symbol.match]() method of RegExp instances specifies how String.prototype.match() should behave. In addition, its presence (or absence) can influence whether an object is regarded as a regular expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/Symbol.match
    Mon May 04 01:26:19 GMT 2026
      18K bytes
  3. RegExp.escape() - JavaScript | MDN

    The RegExp.escape() static method escapes any potential regex syntax characters in a string, and returns a new string that can be safely used as a literal pattern for the RegExp() constructor.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/escape
    Mon May 04 01:26:19 GMT 2026
      18.3K bytes
  4. RegExp() constructor - JavaScript | MDN

    The RegExp() constructor creates RegExp objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/RegExp
    Mon May 04 01:26:19 GMT 2026
      18.5K bytes
  5. Symbol.match - JavaScript | MDN

    The Symbol.match static data property represents the well-known symbol Symbol.match. The String.prototype.match() method looks up this symbol on its first argument for the method used to match an input string against the current object. This symbol is also used to determine if an object should be treated as a regex.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/match
    Mon May 04 01:26:20 GMT 2026
      17.3K bytes
  6. String.prototype.startsWith() - JavaScript | MDN

    The startsWith() method of String values determines whether this string begins with the characters of a specified string, returning true or false as appropriate.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith
    Mon May 04 01:26:20 GMT 2026
      17.5K bytes
  7. Map.prototype.size - JavaScript | MDN

    The size accessor property of Map instances returns the number of elements in this map.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/size
    Mon May 04 01:26:18 GMT 2026
      16.4K bytes
  8. Set() constructor - JavaScript | MDN

    The Set() constructor creates Set objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/Set
    Mon May 04 01:26:20 GMT 2026
      16.9K bytes
  9. Set.prototype.values() - JavaScript | MDN

    The values() method of Set instances returns a new set iterator object that contains the values for each element in this set in insertion order.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/values
    Mon May 04 01:26:20 GMT 2026
      16.6K bytes
  10. Set.prototype.isSupersetOf() - JavaScript | MDN

    The isSupersetOf() method of Set instances takes a set and returns a boolean indicating if all elements of the given set are in this set.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/isSupersetOf
    Mon May 04 01:26:20 GMT 2026
      17.4K bytes
Back to Top