Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1411 - 1420 of 3,108 for host:developer.mozilla.org (0.04 sec)

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

    The exec() method of RegExp instances executes a search with this regular expression for a match in a specified string and returns a result array, or null.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/exec
    Registered: Wed Jul 16 01:56:39 UTC 2025
    - Last Modified: Wed Jul 16 00:47:20 UTC 2025
    - 93K bytes
    - Viewed (0)
  2. RegExp.lastMatch ($&) - JavaScript | MDN

    The RegExp.lastMatch static accessor property returns the last matched substring. RegExp["$&"] is an alias for this property.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/lastMatch
    Registered: Wed Jul 16 01:55:53 UTC 2025
    - Last Modified: Wed Jul 16 00:47:20 UTC 2025
    - 70.7K bytes
    - Viewed (0)
  3. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/regexp/index.md # Original Wiki contributors Soupedenuit davedray ts...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/contributors.txt
    Registered: Wed Jul 16 01:56:49 UTC 2025
    - Last Modified: Fri Apr 14 01:37:54 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  4. String.prototype.includes() - JavaScript | MDN

    The includes() method of String values performs a case-sensitive search to determine whether a given string may be found within this string, returning true or false as appropriate.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes
    Registered: Wed Jul 16 01:55:43 UTC 2025
    - Last Modified: Wed Jul 16 00:47:21 UTC 2025
    - 85.8K bytes
    - Viewed (0)
  5. RegExp.prototype.hasIndices - JavaScript | MDN

    The hasIndices accessor property of RegExp instances returns whether or not the d flag is used with this regular expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/hasIndices
    Registered: Wed Jul 16 01:55:03 UTC 2025
    - Last Modified: Wed Jul 16 00:47:20 UTC 2025
    - 73.9K bytes
    - Viewed (0)
  6. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/guide/introduction/index.md # Original Wiki contributors schalkneethling santimir Nachec xfq ...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction/contributors.txt
    Registered: Wed Jul 16 01:54:45 UTC 2025
    - Last Modified: Fri Apr 14 01:36:36 UTC 2023
    - 606 bytes
    - Viewed (0)
  7. Reflect.preventExtensions() - JavaScript | MDN

    The Reflect.preventExtensions() static method is like Object.preventExtensions(). It prevents new properties from ever being added to an object (i.e., prevents future extensions to the object).
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/preventExtensions
    Registered: Wed Jul 16 02:00:00 UTC 2025
    - Last Modified: Wed Jul 16 00:47:20 UTC 2025
    - 61.4K bytes
    - Viewed (0)
  8. Reflect.deleteProperty() - JavaScript | MDN

    The Reflect.deleteProperty() static method is like the delete operator, but as a function. It deletes a property from an object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/deleteProperty
    Registered: Wed Jul 16 01:59:27 UTC 2025
    - Last Modified: Wed Jul 16 00:47:20 UTC 2025
    - 60.4K bytes
    - Viewed (0)
  9. Reflect.set() - JavaScript | MDN

    The Reflect.set() static method is like the property accessor and assignment syntax, but as a function.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/set
    Registered: Wed Jul 16 01:59:39 UTC 2025
    - Last Modified: Wed Jul 16 00:47:20 UTC 2025
    - 62.3K bytes
    - Viewed (0)
  10. Reflect.setPrototypeOf() - JavaScript | MDN

    The Reflect.setPrototypeOf() static method is like Object.setPrototypeOf() but returns a Boolean. It sets the prototype (i.e., the internal [[Prototype]] property) of a specified object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/setPrototypeOf
    Registered: Wed Jul 16 01:59:20 UTC 2025
    - Last Modified: Wed Jul 16 00:47:20 UTC 2025
    - 60.4K bytes
    - Viewed (0)
Back to top