Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 3,220 for host:developer.mozilla.org (0.06 sec)

  1. Object.isFrozen() - JavaScript | MDN

    The Object.isFrozen() static method determines if an object is frozen.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isFrozen
    Registered: Mon Jul 07 03:50:17 UTC 2025
    - Last Modified: Thu Jul 03 09:38:19 UTC 2025
    - 79.9K bytes
    - Viewed (0)
  2. RegExp.prototype.sticky - JavaScript | MDN

    The sticky accessor property of RegExp instances returns whether or not the y flag is used with this regular expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/sticky
    Registered: Mon Jul 07 03:51:40 UTC 2025
    - Last Modified: Thu Jul 03 09:38:20 UTC 2025
    - 86.1K bytes
    - Viewed (0)
  3. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/bitwise_and_assignment/index.md # Original Wiki contributors fscholz 194
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_AND_assignment/contri...
    Registered: Mon Jul 07 03:51:57 UTC 2025
    - Last Modified: Fri Apr 14 01:38:19 UTC 2023
    - 194 bytes
    - Viewed (0)
  4. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/left_shift_assignment/index.md # Original Wiki contributors Sadu_Bala_Kri...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Left_shift_assignment/contrib...
    Registered: Mon Jul 07 03:52:04 UTC 2025
    - Last Modified: Fri Apr 14 01:38:23 UTC 2023
    - 211 bytes
    - Viewed (0)
  5. Regular expression syntax cheat sheet - JavaScr...

    This page provides an overall cheat sheet of all the capabilities of RegExp syntax by aggregating the content of the articles in the RegExp guide. If you need more information on a specific topic, please follow the link on the corresponding heading to access the full article or head to the guide.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet
    Registered: Mon Jul 07 03:51:27 UTC 2025
    - Last Modified: Thu Jul 03 09:38:10 UTC 2025
    - 192.7K bytes
    - Viewed (0)
  6. RegExp.input ($_) - JavaScript | MDN

    The RegExp.input static accessor property returns the string against which a regular expression is matched. RegExp.$_ is an alias for this property.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/input
    Registered: Mon Jul 07 03:53:28 UTC 2025
    - Last Modified: Thu Jul 03 09:38:20 UTC 2025
    - 69.1K bytes
    - Viewed (0)
  7. RegExp.prototype.flags - JavaScript | MDN

    The flags accessor property of RegExp instances returns the flags of this regular expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/flags
    Registered: Mon Jul 07 03:55:29 UTC 2025
    - Last Modified: Thu Jul 03 09:38:20 UTC 2025
    - 70.7K bytes
    - Viewed (0)
  8. RegExp: lastIndex - JavaScript | MDN

    The lastIndex data property of a RegExp instance specifies the index at which to start the next match.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/lastIndex
    Registered: Mon Jul 07 03:55:33 UTC 2025
    - Last Modified: Thu Jul 03 09:38:20 UTC 2025
    - 87.6K bytes
    - Viewed (0)
  9. RegExp.rightContext ($') - JavaScript | MDN

    The RegExp.rightContext static accessor property returns the substring following the most recent match. RegExp["$'"] is an alias for this property.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/rightContext Similar Results (1)
    Registered: Mon Jul 07 03:55:41 UTC 2025
    - Last Modified: Thu Jul 03 09:38:20 UTC 2025
    - 70.9K bytes
    - Viewed (0)
  10. RegExp.prototype.toString() - JavaScript | MDN

    The toString() method of RegExp instances returns a string representing this regular expression.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/toString
    Registered: Mon Jul 07 03:54:14 UTC 2025
    - Last Modified: Thu Jul 03 09:38:20 UTC 2025
    - 75K bytes
    - Viewed (0)
Back to top